#B120CC

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

Shades of Dark Orchid #B120CC

Tints of Dark Orchid #B120CC

Color information

#B120CC (or 0xB120CC) is unknown color: approx Dark Orchid. HEX triplet: B1, 20 and CC. RGB value is (177,32,204). Sum of RGB (Red+Green+Blue) = 177+32+204=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #B120CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B120CC is #4EDF33. Grayscale: #5E5E5E. Windows color (decimal): -5168948 or 13377713. OLE color: 13377713.

HSL color Cylindrical-coordinate representation of color #B120CC: hue angle of 290.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B120CC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17732204-
CMYK0.130.8400.2
HSL290.58º72.88%46.27%-
HSV(B)290.58º84.31%80%-
XYZ29.5514.7458.41-
YUV94.96189.54186.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 32 (12.89% from 255) = 7.75%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=42.86%
G=7.75%
B=49.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177322040.130.8400.2290.5872.8846.27
HexB120CCD54014123492e
Octal261403141512402444311156
Binary1011000110000011001100110110101000101001001000111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B120CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B120CC; }

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

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

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

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

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

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

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

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