#B11CD4

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

Shades of Dark Orchid #B11CD4

Tints of Dark Orchid #B11CD4

Color information

#B11CD4 (or 0xB11CD4) is unknown color: approx Dark Orchid. HEX triplet: B1, 1C and D4. RGB value is (177,28,212). Sum of RGB (Red+Green+Blue) = 177+28+212=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #B11CD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CD4 is #4EE32B. Grayscale: #5C5C5C. Windows color (decimal): -5169964 or 13900977. OLE color: 13900977.

HSL color Cylindrical-coordinate representation of color #B11CD4: hue angle of 288.59º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11CD4 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17728212-
CMYK0.170.8700.17
HSL288.59º76.67%47.06%-
HSV(B)288.59º86.79%83.14%-
XYZ30.4314.9363.57-
YUV93.53194.86187.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 28 (11.33% from 255) = 6.71%
BLUE value IS 212 (83.20% from 255) = 50.84%
R=42.45%
G=6.71%
B=50.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177282120.170.8700.17288.5976.6747.06
HexB11CD411570111214d2f
Octal261343242112702144111557
Binary1011000111100110101001000110101110100011001000011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11CD4; }

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

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

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

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

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

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

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

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