Shades of Dark Orchid #B121B6
Tints of Dark Orchid #B121B6
RGB
CMYK
RGB Variations
Color information
#B121B6 (or 0xB121B6) is known color: Dark Orchid. HEX triplet: B1, 21 and B6. RGB value is (177,33,182). Sum of RGB (Red+Green+Blue) = 177+33+182=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #B121B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121B6 is #4EDE49. Grayscale: #5C5C5C. Windows color (decimal): -5168714 or 11936177. OLE color: 11936177.
HSL color Cylindrical-coordinate representation of color #B121B6: hue angle of 297.99º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B121B6 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 33 | 182 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.29 |
| HSL | 297.99º | 0.69% | 0.42% | - |
| HSV(B) | 297.99º | 0.82% | 0.71% | - |
| XYZ | 27.12 | 13.81 | 45.49 | - |
| YUV | 93.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 182 | 0.03 | 0.82 | 0 | 0.29 | 297.99 | 0.69 | 0.42 |
| Hex | B1 | 21 | B6 | 3 | 52 | 0 | 1D | 12A | 45 | 2A |
| Octal | 261 | 41 | 266 | 3 | 122 | 0 | 35 | 452 | 105 | 52 |
| Binary | 10110001 | 100001 | 10110110 | 11 | 1010010 | 0 | 11101 | 100101010 | 1000101 | 101010 |
Color Harmonies of #B121B6
Complementary color
Monochromatic Colors of #B121B6
Black with #B121B6
Text Example
Text Example
White with #B121B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121B6; }
p { color: rgb(177,33,182); }
H1.HeaderClassName
{
color: #B121B6;
}
.AnyTagClassName
{
color: #B121B6;
}
</style>
background-color css
<style>
a { background-color: #B121B6; }
a { background-color: rgb(177,33,182); }
div.DivClassName
{
background-color: #B121B6;
}
.BgClassName
{
background-color: #B121B6;
}
</style>
border-color css
<style>
span { border-color: #B121B6; }
span { border-color: rgb(177,33,182); }
td.TdClassName
{
border-color: #B121B6;
}
.TagClassName
{
border-color: #B121B6;
}
</style>