#b525b2

Color #B525B2 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B525B2

Tints of Dark Orchid #B525B2

Color information

#B525B2 (or 0xB525B2) is unknown color: approx Dark Orchid. HEX triplet: B5, 25 and B2. RGB value is (181,37,178). Sum of RGB (Red+Green+Blue) = 181+37+178=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B525B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B525B2 is #4ADA4D. Grayscale: #5F5F5F. Windows color (decimal): -4905550 or 11675061. OLE color: 11675061.

HSL color Cylindrical-coordinate representation of color #B525B2: hue angle of 301.25º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B525B2 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18137178-
CMYK00.800.020.29
HSL301.25º66.06%42.75%-
HSV(B)301.25º79.56%70.98%-
XYZ27.7514.3643.43-
YUV96.13174.21188.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 37 (14.84% from 255) = 9.34%
BLUE value IS 178 (69.92% from 255) = 44.95%
R=45.71%
G=9.34%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813717800.800.020.29301.2566.0642.75
HexB525B205021D12d422b
Octal26545262012023545510253
Binary10110101100101101100100101000010111011001011011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b525b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b525b2; }

 p { color: rgb(181,37,178); }

 H1.HeaderClassName
 {
   color: #b525b2;
 }
 .AnyTagClassName
 {
   color: #b525b2;
 }
</style>
background-color css

<style>
 a { background-color: #b525b2; }

 a { background-color: rgb(181,37,178); }

 div.DivClassName
 {
   background-color: #b525b2;
 }
 .BgClassName
 {
   background-color: #b525b2;
 }
</style>
border-color css

<style>
 span { border-color: #b525b2; }

 span { border-color: rgb(181,37,178); }

 td.TdClassName
 {
   border-color: #b525b2;
 }
 .TagClassName
 {
   border-color: #b525b2;
 }
</style>