#B120D7

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

Shades of Dark Orchid #B120D7

Tints of Dark Orchid #B120D7

Color information

#B120D7 (or 0xB120D7) is unknown color: approx Dark Orchid. HEX triplet: B1, 20 and D7. RGB value is (177,32,215). Sum of RGB (Red+Green+Blue) = 177+32+215=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #B120D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B120D7 is #4EDF28. Grayscale: #5F5F5F. Windows color (decimal): -5168937 or 14098609. OLE color: 14098609.

HSL color Cylindrical-coordinate representation of color #B120D7: hue angle of 287.54º 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 #B120D7 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17732215-
CMYK0.180.8500.16
HSL287.54º74.09%48.43%-
HSV(B)287.54º85.12%84.31%-
XYZ30.9115.2965.61-
YUV96.22195.04185.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 32 (12.89% from 255) = 7.55%
BLUE value IS 215 (84.38% from 255) = 50.71%
R=41.75%
G=7.55%
B=50.71%

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
Decimal177322150.180.8500.16287.5474.0948.43
HexB120D712550101204a30
Octal261403272212502044011260
Binary10110001100000110101111001010101010100001001000001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B120D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B120D7; }

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

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

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

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

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

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

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

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