Shades of Dark Orchid #B11FCB
Tints of Dark Orchid #B11FCB
RGB
CMYK
RGB Variations
Color information
#B11FCB (or 0xB11FCB) is known color: Dark Orchid. HEX triplet: B1, 1F and CB. RGB value is (177,31,203). Sum of RGB (Red+Green+Blue) = 177+31+203=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #B11FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FCB is #4EE034. Grayscale: #5D5D5D. Windows color (decimal): -5169205 or 13311921. OLE color: 13311921.
HSL color Cylindrical-coordinate representation of color #B11FCB: hue angle of 290.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11FCB is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 31 | 203 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.20 |
| HSL | 290.93º | 0.74% | 0.46% | - |
| HSV(B) | 290.93º | 0.85% | 0.8% | - |
| XYZ | 29.4 | 14.64 | 57.78 | - |
| YUV | 94.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 203 | 0.13 | 0.85 | 0 | 0.20 | 290.93 | 0.74 | 0.46 |
| Hex | B1 | 1F | CB | D | 55 | 0 | 14 | 123 | 4A | 2E |
| Octal | 261 | 37 | 313 | 15 | 125 | 0 | 24 | 443 | 112 | 56 |
| Binary | 10110001 | 11111 | 11001011 | 1101 | 1010101 | 0 | 10100 | 100100011 | 1001010 | 101110 |
Color Harmonies of #B11FCB
Complementary color
Monochromatic Colors of #B11FCB
Black with #B11FCB
Text Example
Text Example
White with #B11FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FCB; }
p { color: rgb(177,31,203); }
H1.HeaderClassName
{
color: #B11FCB;
}
.AnyTagClassName
{
color: #B11FCB;
}
</style>
background-color css
<style>
a { background-color: #B11FCB; }
a { background-color: rgb(177,31,203); }
div.DivClassName
{
background-color: #B11FCB;
}
.BgClassName
{
background-color: #B11FCB;
}
</style>
border-color css
<style>
span { border-color: #B11FCB; }
span { border-color: rgb(177,31,203); }
td.TdClassName
{
border-color: #B11FCB;
}
.TagClassName
{
border-color: #B11FCB;
}
</style>