#B021D8

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

Shades of Dark Orchid #B021D8

Tints of Dark Orchid #B021D8

Color information

#B021D8 (or 0xB021D8) is unknown color: approx Dark Orchid. HEX triplet: B0, 21 and D8. RGB value is (176,33,216). Sum of RGB (Red+Green+Blue) = 176+33+216=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #B021D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021D8 is #4FDE27. Grayscale: #606060. Windows color (decimal): -5234216 or 14164400. OLE color: 14164400.

HSL color Cylindrical-coordinate representation of color #B021D8: hue angle of 286.89º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B021D8 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17633216-
CMYK0.190.8500.15
HSL286.89º73.49%48.82%-
HSV(B)286.89º84.72%84.71%-
XYZ30.8415.2866.29-
YUV96.62195.38184.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 33 (13.28% from 255) = 7.76%
BLUE value IS 216 (84.77% from 255) = 50.82%
R=41.41%
G=7.76%
B=50.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176332160.190.8500.15286.8973.4948.82
HexB021D813550F11f4931
Octal260413302312501743711161
Binary1011000010000111011000100111010101011111000111111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B021D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B021D8; }

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

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

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

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

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

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

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

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