#b521c5

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

Shades of Dark Orchid #B521C5

Tints of Dark Orchid #B521C5

Color information

#B521C5 (or 0xB521C5) is unknown color: approx Dark Orchid. HEX triplet: B5, 21 and C5. RGB value is (181,33,197). Sum of RGB (Red+Green+Blue) = 181+33+197=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #B521C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521C5 is #4ADE3A. Grayscale: #5F5F5F. Windows color (decimal): -4906555 or 12919221. OLE color: 12919221.

HSL color Cylindrical-coordinate representation of color #B521C5: hue angle of 294.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B521C5 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18133197-
CMYK0.080.8300.23
HSL294.15º71.3%45.1%-
HSV(B)294.15º83.25%77.25%-
XYZ29.6814.9454.14-
YUV95.95185.03188.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 33 (13.28% from 255) = 8.03%
BLUE value IS 197 (77.34% from 255) = 47.93%
R=44.04%
G=8.03%
B=47.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181331970.080.8300.23294.1571.345.1
HexB521C5853017126472d
Octal265413051012302744610755
Binary1011010110000111000101100010100110101111001001101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b521c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b521c5; }

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

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

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

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

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

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

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

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