#B020BE

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

Shades of Dark Orchid #B020BE

Tints of Dark Orchid #B020BE

Color information

#B020BE (or 0xB020BE) is unknown color: approx Dark Orchid. HEX triplet: B0, 20 and BE. RGB value is (176,32,190). Sum of RGB (Red+Green+Blue) = 176+32+190=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #B020BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020BE is #4FDF41. Grayscale: #5C5C5C. Windows color (decimal): -5234498 or 12460208. OLE color: 12460208.

HSL color Cylindrical-coordinate representation of color #B020BE: hue angle of 294.68º 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 #B020BE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17632190-
CMYK0.070.8300.25
HSL294.68º71.17%43.53%-
HSV(B)294.68º83.16%74.51%-
XYZ27.7213.9849.95-
YUV93.07182.71187.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 32 (12.89% from 255) = 8.04%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=44.22%
G=8.04%
B=47.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176321900.070.8300.25294.6871.1743.53
HexB020BE753019127472c
Octal26040276712303144710754
Binary101100001000001011111011110100110110011001001111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B020BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B020BE; }

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

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

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

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

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

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

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

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