#B020BD

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

Shades of Dark Orchid #B020BD

Tints of Dark Orchid #B020BD

Color information

#B020BD (or 0xB020BD) is unknown color: approx Dark Orchid. HEX triplet: B0, 20 and BD. RGB value is (176,32,189). Sum of RGB (Red+Green+Blue) = 176+32+189=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #B020BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020BD is #4FDF42. Grayscale: #5C5C5C. Windows color (decimal): -5234499 or 12394672. OLE color: 12394672.

HSL color Cylindrical-coordinate representation of color #B020BD: hue angle of 295.03º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B020BD is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17632189-
CMYK0.070.8300.26
HSL295.03º71.04%43.33%-
HSV(B)295.03º83.07%74.12%-
XYZ27.6113.9449.38-
YUV92.95182.21187.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 32 (12.89% from 255) = 8.06%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=44.33%
G=8.06%
B=47.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176321890.070.8300.26295.0371.0443.33
HexB020BD75301A127472b
Octal26040275712303244710753
Binary101100001000001011110111110100110110101001001111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B020BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B020BD; }

 p { color: rgb(176,32,189); }

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

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

 a { background-color: rgb(176,32,189); }

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

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

 span { border-color: rgb(176,32,189); }

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