Shades of Dark Orchid #B11CBD
Tints of Dark Orchid #B11CBD
RGB
CMYK
RGB Variations
Color information
#B11CBD (or 0xB11CBD) is known color: Dark Orchid. HEX triplet: B1, 1C and BD. RGB value is (177,28,189). Sum of RGB (Red+Green+Blue) = 177+28+189=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #B11CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CBD is #4EE342. Grayscale: #5A5A5A. Windows color (decimal): -5169987 or 12393649. OLE color: 12393649.
HSL color Cylindrical-coordinate representation of color #B11CBD: hue angle of 295.53º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11CBD is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 28 | 189 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.26 |
| HSL | 295.53º | 0.74% | 0.43% | - |
| HSV(B) | 295.53º | 0.85% | 0.74% | - |
| XYZ | 27.73 | 13.85 | 49.36 | - |
| YUV | 90.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 189 | 0.06 | 0.85 | 0 | 0.26 | 295.53 | 0.74 | 0.43 |
| Hex | B1 | 1C | BD | 6 | 55 | 0 | 1A | 128 | 4A | 2B |
| Octal | 261 | 34 | 275 | 6 | 125 | 0 | 32 | 450 | 112 | 53 |
| Binary | 10110001 | 11100 | 10111101 | 110 | 1010101 | 0 | 11010 | 100101000 | 1001010 | 101011 |
Color Harmonies of #B11CBD
Complementary color
Monochromatic Colors of #B11CBD
Black with #B11CBD
Text Example
Text Example
White with #B11CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11CBD; }
p { color: rgb(177,28,189); }
H1.HeaderClassName
{
color: #B11CBD;
}
.AnyTagClassName
{
color: #B11CBD;
}
</style>
background-color css
<style>
a { background-color: #B11CBD; }
a { background-color: rgb(177,28,189); }
div.DivClassName
{
background-color: #B11CBD;
}
.BgClassName
{
background-color: #B11CBD;
}
</style>
border-color css
<style>
span { border-color: #B11CBD; }
span { border-color: rgb(177,28,189); }
td.TdClassName
{
border-color: #B11CBD;
}
.TagClassName
{
border-color: #B11CBD;
}
</style>