#B021C0

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

Shades of Dark Orchid #B021C0

Tints of Dark Orchid #B021C0

Color information

#B021C0 (or 0xB021C0) is unknown color: approx Dark Orchid. HEX triplet: B0, 21 and C0. RGB value is (176,33,192). Sum of RGB (Red+Green+Blue) = 176+33+192=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #B021C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021C0 is #4FDE3F. Grayscale: #5D5D5D. Windows color (decimal): -5234240 or 12591536. OLE color: 12591536.

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

Color convert

RGB17633192-
CMYK0.080.8300.25
HSL293.96º70.67%44.12%-
HSV(B)293.96º82.81%75.29%-
XYZ27.9614.1251.12-
YUV93.88183.38186.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 33 (13.28% from 255) = 8.23%
BLUE value IS 192 (75.39% from 255) = 47.88%
R=43.89%
G=8.23%
B=47.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176331920.080.8300.25293.9670.6744.12
HexB021C0853019126472c
Octal260413001012303144610754
Binary1011000010000111000000100010100110110011001001101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B021C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B021C0; }

 p { color: rgb(176,33,192); }

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

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

 a { background-color: rgb(176,33,192); }

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

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

 span { border-color: rgb(176,33,192); }

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