#B521C9

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

Shades of Dark Orchid #B521C9

Tints of Dark Orchid #B521C9

Color information

#B521C9 (or 0xB521C9) is unknown color: approx Dark Orchid. HEX triplet: B5, 21 and C9. RGB value is (181,33,201). Sum of RGB (Red+Green+Blue) = 181+33+201=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #B521C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521C9 is #4ADE36. Grayscale: #5F5F5F. Windows color (decimal): -4906551 or 13181365. OLE color: 13181365.

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

Color convert

RGB18133201-
CMYK0.100.8400.21
HSL292.86º71.79%45.88%-
HSV(B)292.86º83.58%78.82%-
XYZ30.1415.1356.59-
YUV96.4187.03188.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 33 (13.28% from 255) = 7.95%
BLUE value IS 201 (78.91% from 255) = 48.43%
R=43.61%
G=7.95%
B=48.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181332010.100.8400.21292.8671.7945.88
HexB521C9A54015125482e
Octal265413111212402544511056
Binary1011010110000111001001101010101000101011001001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B521C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B521C9; }

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

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

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

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

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

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

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

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