#b11cc0

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

Shades of Dark Orchid #B11CC0

Tints of Dark Orchid #B11CC0

Color information

#B11CC0 (or 0xB11CC0) is unknown color: approx Dark Orchid. HEX triplet: B1, 1C and C0. RGB value is (177,28,192). Sum of RGB (Red+Green+Blue) = 177+28+192=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #B11CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CC0 is #4EE33F. Grayscale: #5A5A5A. Windows color (decimal): -5169984 or 12590257. OLE color: 12590257.

HSL color Cylindrical-coordinate representation of color #B11CC0: hue angle of 294.51º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11CC0 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17728192-
CMYK0.080.8500.25
HSL294.51º74.55%43.14%-
HSV(B)294.51º85.42%75.29%-
XYZ28.0613.9851.09-
YUV91.25184.86189.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 28 (11.33% from 255) = 7.05%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=44.58%
G=7.05%
B=48.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177281920.080.8500.25294.5174.5543.14
HexB11CC08550191274b2b
Octal261343001012503144711353
Binary101100011110011000000100010101010110011001001111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b11cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b11cc0; }

 p { color: rgb(177,28,192); }

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

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

 a { background-color: rgb(177,28,192); }

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

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

 span { border-color: rgb(177,28,192); }

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