#B531C9

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

Shades of Dark Orchid #B531C9

Tints of Dark Orchid #B531C9

Color information

#B531C9 (or 0xB531C9) is unknown color: approx Dark Orchid. HEX triplet: B5, 31 and C9. RGB value is (181,49,201). Sum of RGB (Red+Green+Blue) = 181+49+201=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #B531C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531C9 is #4ACE36. Grayscale: #696969. Windows color (decimal): -4902455 or 13185461. OLE color: 13185461.

HSL color Cylindrical-coordinate representation of color #B531C9: hue angle of 292.11º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B531C9 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18149201-
CMYK0.100.7600.21
HSL292.11º60.8%49.02%-
HSV(B)292.11º75.62%78.82%-
XYZ30.716.2456.77-
YUV105.8181.73181.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 49 (19.53% from 255) = 11.37%
BLUE value IS 201 (78.91% from 255) = 46.64%
R=42.00%
G=11.37%
B=46.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181492010.100.7600.21292.1160.849.02
HexB531C9A4C0151243d31
Octal26561311121140254447561
Binary101101011100011100100110101001100010101100100100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B531C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B531C9; }

 p { color: rgb(181,49,201); }

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

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

 a { background-color: rgb(181,49,201); }

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

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

 span { border-color: rgb(181,49,201); }

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