#B020D7

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

Shades of Dark Orchid #B020D7

Tints of Dark Orchid #B020D7

Color information

#B020D7 (or 0xB020D7) is unknown color: approx Dark Orchid. HEX triplet: B0, 20 and D7. RGB value is (176,32,215). Sum of RGB (Red+Green+Blue) = 176+32+215=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #B020D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020D7 is #4FDF28. Grayscale: #5F5F5F. Windows color (decimal): -5234473 or 14098608. OLE color: 14098608.

HSL color Cylindrical-coordinate representation of color #B020D7: hue angle of 287.21º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B020D7 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17632215-
CMYK0.180.8500.16
HSL287.21º74.09%48.43%-
HSV(B)287.21º85.12%84.31%-
XYZ30.6915.1765.6-
YUV95.92195.21185.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 32 (12.89% from 255) = 7.57%
BLUE value IS 215 (84.38% from 255) = 50.83%
R=41.61%
G=7.57%
B=50.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176322150.180.8500.16287.2174.0948.43
HexB020D7125501011f4a30
Octal260403272212502043711260
Binary10110000100000110101111001010101010100001000111111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B020D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B020D7; }

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

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

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

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

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

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

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

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