#B11CD3

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

Shades of Dark Orchid #B11CD3

Tints of Dark Orchid #B11CD3

Color information

#B11CD3 (or 0xB11CD3) is unknown color: approx Dark Orchid. HEX triplet: B1, 1C and D3. RGB value is (177,28,211). Sum of RGB (Red+Green+Blue) = 177+28+211=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #B11CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CD3 is #4EE32C. Grayscale: #5C5C5C. Windows color (decimal): -5169965 or 13835441. OLE color: 13835441.

HSL color Cylindrical-coordinate representation of color #B11CD3: hue angle of 288.85º 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 #B11CD3 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17728211-
CMYK0.160.8700.17
HSL288.85º76.57%46.86%-
HSV(B)288.85º86.73%82.75%-
XYZ30.314.8862.9-
YUV93.41194.36187.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 28 (11.33% from 255) = 6.73%
BLUE value IS 211 (82.81% from 255) = 50.72%
R=42.55%
G=6.73%
B=50.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177282110.160.8700.17288.8576.5746.86
HexB11CD310570111214d2f
Octal261343232012702144111557
Binary1011000111100110100111000010101110100011001000011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11CD3; }

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

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

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

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

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

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

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

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