#B11FBD

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

Shades of Dark Orchid #B11FBD

Tints of Dark Orchid #B11FBD

Color information

#B11FBD (or 0xB11FBD) is unknown color: approx Dark Orchid. HEX triplet: B1, 1F and BD. RGB value is (177,31,189). Sum of RGB (Red+Green+Blue) = 177+31+189=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #B11FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FBD is #4EE042. Grayscale: #5C5C5C. Windows color (decimal): -5169219 or 12394417. OLE color: 12394417.

HSL color Cylindrical-coordinate representation of color #B11FBD: hue angle of 295.44º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11FBD is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17731189-
CMYK0.060.8400.26
HSL295.44º71.82%43.14%-
HSV(B)295.44º83.6%74.12%-
XYZ27.811449.38-
YUV92.67182.37188.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 31 (12.5% from 255) = 7.81%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=44.58%
G=7.81%
B=47.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177311890.060.8400.26295.4471.8243.14
HexB11FBD65401A127482b
Octal26137275612403244711053
Binary10110001111111011110111010101000110101001001111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11FBD; }

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

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

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

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

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

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

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

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