#B11EE0

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

Shades of Dark Orchid #B11EE0

Tints of Dark Orchid #B11EE0

Color information

#B11EE0 (or 0xB11EE0) is unknown color: approx Dark Orchid. HEX triplet: B1, 1E and E0. RGB value is (177,30,224). Sum of RGB (Red+Green+Blue) = 177+30+224=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #B11EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11EE0 is #4EE11F. Grayscale: #5F5F5F. Windows color (decimal): -5169440 or 14687921. OLE color: 14687921.

HSL color Cylindrical-coordinate representation of color #B11EE0: hue angle of 285.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11EE0 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17730224-
CMYK0.210.8700.12
HSL285.46º76.38%49.8%-
HSV(B)285.46º86.61%87.84%-
XYZ32.0515.6671.85-
YUV96.07200.2185.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 30 (12.11% from 255) = 6.96%
BLUE value IS 224 (87.89% from 255) = 51.97%
R=41.07%
G=6.96%
B=51.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177302240.210.8700.12285.4676.3849.8
HexB11EE015570C11d4c32
Octal261363402512701443511462
Binary101100011111011100000101011010111011001000111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11EE0; }

 p { color: rgb(177,30,224); }

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

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

 a { background-color: rgb(177,30,224); }

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

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

 span { border-color: rgb(177,30,224); }

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