Shades of Dark Orchid #B11BCF
Tints of Dark Orchid #B11BCF
RGB
CMYK
RGB Variations
Color information
#B11BCF (or 0xB11BCF) is known color: Dark Orchid. HEX triplet: B1, 1B and CF. RGB value is (177,27,207). Sum of RGB (Red+Green+Blue) = 177+27+207=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #B11BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BCF is #4EE430. Grayscale: #5B5B5B. Windows color (decimal): -5170225 or 13573041. OLE color: 13573041.
HSL color Cylindrical-coordinate representation of color #B11BCF: hue angle of 290º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11BCF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 27 | 207 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.19 |
| HSL | 290º | 0.77% | 0.46% | - |
| HSV(B) | 290º | 0.87% | 0.81% | - |
| XYZ | 29.79 | 14.64 | 60.29 | - |
| YUV | 92.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 207 | 0.14 | 0.87 | 0 | 0.19 | 290 | 0.77 | 0.46 |
| Hex | B1 | 1B | CF | E | 57 | 0 | 13 | 122 | 4D | 2E |
| Octal | 261 | 33 | 317 | 16 | 127 | 0 | 23 | 442 | 115 | 56 |
| Binary | 10110001 | 11011 | 11001111 | 1110 | 1010111 | 0 | 10011 | 100100010 | 1001101 | 101110 |
Color Harmonies of #B11BCF
Complementary color
Monochromatic Colors of #B11BCF
Black with #B11BCF
Text Example
Text Example
White with #B11BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BCF; }
p { color: rgb(177,27,207); }
H1.HeaderClassName
{
color: #B11BCF;
}
.AnyTagClassName
{
color: #B11BCF;
}
</style>
background-color css
<style>
a { background-color: #B11BCF; }
a { background-color: rgb(177,27,207); }
div.DivClassName
{
background-color: #B11BCF;
}
.BgClassName
{
background-color: #B11BCF;
}
</style>
border-color css
<style>
span { border-color: #B11BCF; }
span { border-color: rgb(177,27,207); }
td.TdClassName
{
border-color: #B11BCF;
}
.TagClassName
{
border-color: #B11BCF;
}
</style>