Shades of Dark Orchid #B121CC
Tints of Dark Orchid #B121CC
RGB
CMYK
RGB Variations
Color information
#B121CC (or 0xB121CC) is known color: Dark Orchid. HEX triplet: B1, 21 and CC. RGB value is (177,33,204). Sum of RGB (Red+Green+Blue) = 177+33+204=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #B121CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121CC is #4EDE33. Grayscale: #5F5F5F. Windows color (decimal): -5168692 or 13377969. OLE color: 13377969.
HSL color Cylindrical-coordinate representation of color #B121CC: hue angle of 290.53º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B121CC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 33 | 204 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.2 |
| HSL | 290.53º | 0.72% | 0.46% | - |
| HSV(B) | 290.53º | 0.84% | 0.8% | - |
| XYZ | 29.57 | 14.79 | 58.42 | - |
| YUV | 95.55 | 189.21 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 204 | 0.13 | 0.84 | 0 | 0.2 | 290.53 | 0.72 | 0.46 |
| Hex | B1 | 21 | CC | D | 54 | 0 | 14 | 123 | 48 | 2E |
| Octal | 261 | 41 | 314 | 15 | 124 | 0 | 24 | 443 | 110 | 56 |
| Binary | 10110001 | 100001 | 11001100 | 1101 | 1010100 | 0 | 10100 | 100100011 | 1001000 | 101110 |
Color Harmonies of #B121CC
Complementary color
Monochromatic Colors of #B121CC
Black with #B121CC
Text Example
Text Example
White with #B121CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121CC; }
p { color: rgb(177,33,204); }
H1.HeaderClassName
{
color: #B121CC;
}
.AnyTagClassName
{
color: #B121CC;
}
</style>
background-color css
<style>
a { background-color: #B121CC; }
a { background-color: rgb(177,33,204); }
div.DivClassName
{
background-color: #B121CC;
}
.BgClassName
{
background-color: #B121CC;
}
</style>
border-color css
<style>
span { border-color: #B121CC; }
span { border-color: rgb(177,33,204); }
td.TdClassName
{
border-color: #B121CC;
}
.TagClassName
{
border-color: #B121CC;
}
</style>