#B11FC8

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

Shades of Dark Orchid #B11FC8

Tints of Dark Orchid #B11FC8

Color information

#B11FC8 (or 0xB11FC8) is unknown color: approx Dark Orchid. HEX triplet: B1, 1F and C8. RGB value is (177,31,200). Sum of RGB (Red+Green+Blue) = 177+31+200=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #B11FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FC8 is #4EE037. Grayscale: #5D5D5D. Windows color (decimal): -5169208 or 13115313. OLE color: 13115313.

HSL color Cylindrical-coordinate representation of color #B11FC8: hue angle of 291.83º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11FC8 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17731200-
CMYK0.120.8400.22
HSL291.83º73.16%45.29%-
HSV(B)291.83º84.5%78.43%-
XYZ29.0514.555.91-
YUV93.92187.87187.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 31 (12.5% from 255) = 7.60%
BLUE value IS 200 (78.52% from 255) = 49.02%
R=43.38%
G=7.60%
B=49.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177312000.120.8400.22291.8373.1645.29
HexB11FC8C54016124492d
Octal261373101412402644411155
Binary101100011111111001000110010101000101101001001001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11FC8; }

 p { color: rgb(177,31,200); }

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

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

 a { background-color: rgb(177,31,200); }

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

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

 span { border-color: rgb(177,31,200); }

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