#B020E7

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

Shades of Dark Orchid #B020E7

Tints of Dark Orchid #B020E7

Color information

#B020E7 (or 0xB020E7) is unknown color: approx Dark Orchid. HEX triplet: B0, 20 and E7. RGB value is (176,32,231). Sum of RGB (Red+Green+Blue) = 176+32+231=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #B020E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B020E7 is #4FDF18. Grayscale: #616161. Windows color (decimal): -5234457 or 15147184. OLE color: 15147184.

HSL color Cylindrical-coordinate representation of color #B020E7: hue angle of 283.42º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B020E7 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17632231-
CMYK0.240.8600.09
HSL283.42º80.57%51.57%-
HSV(B)283.42º86.15%90.59%-
XYZ32.8416.0376.96-
YUV97.74203.21183.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 32 (12.89% from 255) = 7.29%
BLUE value IS 231 (90.62% from 255) = 52.62%
R=40.09%
G=7.29%
B=52.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal176322310.240.8600.09283.4280.5751.57
HexB020E718560911b5134
Octal260403473012601143312164
Binary1011000010000011100111110001010110010011000110111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B020E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B020E7; }

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

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

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

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

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

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

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

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