Shades of Dark Orchid #B121BD
Tints of Dark Orchid #B121BD
RGB
CMYK
RGB Variations
Color information
#B121BD (or 0xB121BD) is known color: Dark Orchid. HEX triplet: B1, 21 and BD. RGB value is (177,33,189). Sum of RGB (Red+Green+Blue) = 177+33+189=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #B121BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121BD is #4EDE42. Grayscale: #5D5D5D. Windows color (decimal): -5168707 or 12394929. OLE color: 12394929.
HSL color Cylindrical-coordinate representation of color #B121BD: hue angle of 295.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B121BD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 33 | 189 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.26 |
| HSL | 295.38º | 0.7% | 0.44% | - |
| HSV(B) | 295.38º | 0.83% | 0.74% | - |
| XYZ | 27.86 | 14.11 | 49.4 | - |
| YUV | 93.84 | 181.71 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 189 | 0.06 | 0.83 | 0 | 0.26 | 295.38 | 0.7 | 0.44 |
| Hex | B1 | 21 | BD | 6 | 53 | 0 | 1A | 127 | 46 | 2C |
| Octal | 261 | 41 | 275 | 6 | 123 | 0 | 32 | 447 | 106 | 54 |
| Binary | 10110001 | 100001 | 10111101 | 110 | 1010011 | 0 | 11010 | 100100111 | 1000110 | 101100 |
Color Harmonies of #B121BD
Complementary color
Monochromatic Colors of #B121BD
Black with #B121BD
Text Example
Text Example
White with #B121BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121BD; }
p { color: rgb(177,33,189); }
H1.HeaderClassName
{
color: #B121BD;
}
.AnyTagClassName
{
color: #B121BD;
}
</style>
background-color css
<style>
a { background-color: #B121BD; }
a { background-color: rgb(177,33,189); }
div.DivClassName
{
background-color: #B121BD;
}
.BgClassName
{
background-color: #B121BD;
}
</style>
border-color css
<style>
span { border-color: #B121BD; }
span { border-color: rgb(177,33,189); }
td.TdClassName
{
border-color: #B121BD;
}
.TagClassName
{
border-color: #B121BD;
}
</style>