Shades of Dark Orchid #B121DA
Tints of Dark Orchid #B121DA
RGB
CMYK
RGB Variations
Color information
#B121DA (or 0xB121DA) is known color: Dark Orchid. HEX triplet: B1, 21 and DA. RGB value is (177,33,218). Sum of RGB (Red+Green+Blue) = 177+33+218=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #B121DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121DA is #4EDE25. Grayscale: #606060. Windows color (decimal): -5168678 or 14295473. OLE color: 14295473.
HSL color Cylindrical-coordinate representation of color #B121DA: hue angle of 286.7º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B121DA is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 33 | 218 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.15 |
| HSL | 286.7º | 0.74% | 0.49% | - |
| HSV(B) | 286.7º | 0.85% | 0.85% | - |
| XYZ | 31.33 | 15.5 | 67.67 | - |
| YUV | 97.15 | 196.21 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 218 | 0.19 | 0.85 | 0 | 0.15 | 286.7 | 0.74 | 0.49 |
| Hex | B1 | 21 | DA | 13 | 55 | 0 | F | 11F | 4A | 31 |
| Octal | 261 | 41 | 332 | 23 | 125 | 0 | 17 | 437 | 112 | 61 |
| Binary | 10110001 | 100001 | 11011010 | 10011 | 1010101 | 0 | 1111 | 100011111 | 1001010 | 110001 |
Color Harmonies of #B121DA
Complementary color
Monochromatic Colors of #B121DA
Black with #B121DA
Text Example
Text Example
White with #B121DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121DA; }
p { color: rgb(177,33,218); }
H1.HeaderClassName
{
color: #B121DA;
}
.AnyTagClassName
{
color: #B121DA;
}
</style>
background-color css
<style>
a { background-color: #B121DA; }
a { background-color: rgb(177,33,218); }
div.DivClassName
{
background-color: #B121DA;
}
.BgClassName
{
background-color: #B121DA;
}
</style>
border-color css
<style>
span { border-color: #B121DA; }
span { border-color: rgb(177,33,218); }
td.TdClassName
{
border-color: #B121DA;
}
.TagClassName
{
border-color: #B121DA;
}
</style>