Shades of Dark Orchid #B121BF
Tints of Dark Orchid #B121BF
RGB
CMYK
RGB Variations
Color information
#B121BF (or 0xB121BF) is known color: Dark Orchid. HEX triplet: B1, 21 and BF. RGB value is (177,33,191). Sum of RGB (Red+Green+Blue) = 177+33+191=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #B121BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121BF is #4EDE40. Grayscale: #5D5D5D. Windows color (decimal): -5168705 or 12526001. OLE color: 12526001.
HSL color Cylindrical-coordinate representation of color #B121BF: hue angle of 294.68º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B121BF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 33 | 191 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.25 |
| HSL | 294.68º | 0.71% | 0.44% | - |
| HSV(B) | 294.68º | 0.83% | 0.75% | - |
| XYZ | 28.08 | 14.2 | 50.55 | - |
| YUV | 94.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 191 | 0.07 | 0.83 | 0 | 0.25 | 294.68 | 0.71 | 0.44 |
| Hex | B1 | 21 | BF | 7 | 53 | 0 | 19 | 127 | 47 | 2C |
| Octal | 261 | 41 | 277 | 7 | 123 | 0 | 31 | 447 | 107 | 54 |
| Binary | 10110001 | 100001 | 10111111 | 111 | 1010011 | 0 | 11001 | 100100111 | 1000111 | 101100 |
Color Harmonies of #B121BF
Complementary color
Monochromatic Colors of #B121BF
Black with #B121BF
Text Example
Text Example
White with #B121BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121BF; }
p { color: rgb(177,33,191); }
H1.HeaderClassName
{
color: #B121BF;
}
.AnyTagClassName
{
color: #B121BF;
}
</style>
background-color css
<style>
a { background-color: #B121BF; }
a { background-color: rgb(177,33,191); }
div.DivClassName
{
background-color: #B121BF;
}
.BgClassName
{
background-color: #B121BF;
}
</style>
border-color css
<style>
span { border-color: #B121BF; }
span { border-color: rgb(177,33,191); }
td.TdClassName
{
border-color: #B121BF;
}
.TagClassName
{
border-color: #B121BF;
}
</style>