Shades of Dark Orchid #B11CE1
Tints of Dark Orchid #B11CE1
RGB
CMYK
RGB Variations
Color information
#B11CE1 (or 0xB11CE1) is known color: Dark Orchid. HEX triplet: B1, 1C and E1. RGB value is (177,28,225). Sum of RGB (Red+Green+Blue) = 177+28+225=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #B11CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CE1 is #4EE31E. Grayscale: #5E5E5E. Windows color (decimal): -5169951 or 14752945. OLE color: 14752945.
HSL color Cylindrical-coordinate representation of color #B11CE1: hue angle of 285.38º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11CE1 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 28 | 225 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.12 |
| HSL | 285.38º | 0.78% | 0.5% | - |
| HSV(B) | 285.38º | 0.88% | 0.88% | - |
| XYZ | 32.14 | 15.61 | 72.55 | - |
| YUV | 95.01 | 201.36 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 225 | 0.21 | 0.88 | 0 | 0.12 | 285.38 | 0.78 | 0.5 |
| Hex | B1 | 1C | E1 | 15 | 58 | 0 | C | 11D | 4E | 32 |
| Octal | 261 | 34 | 341 | 25 | 130 | 0 | 14 | 435 | 116 | 62 |
| Binary | 10110001 | 11100 | 11100001 | 10101 | 1011000 | 0 | 1100 | 100011101 | 1001110 | 110010 |
Color Harmonies of #B11CE1
Complementary color
Monochromatic Colors of #B11CE1
Black with #B11CE1
Text Example
Text Example
White with #B11CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11CE1; }
p { color: rgb(177,28,225); }
H1.HeaderClassName
{
color: #B11CE1;
}
.AnyTagClassName
{
color: #B11CE1;
}
</style>
background-color css
<style>
a { background-color: #B11CE1; }
a { background-color: rgb(177,28,225); }
div.DivClassName
{
background-color: #B11CE1;
}
.BgClassName
{
background-color: #B11CE1;
}
</style>
border-color css
<style>
span { border-color: #B11CE1; }
span { border-color: rgb(177,28,225); }
td.TdClassName
{
border-color: #B11CE1;
}
.TagClassName
{
border-color: #B11CE1;
}
</style>