Shades of Dark Orchid #B120BC
Tints of Dark Orchid #B120BC
RGB
CMYK
RGB Variations
Color information
#B120BC (or 0xB120BC) is known color: Dark Orchid. HEX triplet: B1, 20 and BC. RGB value is (177,32,188). Sum of RGB (Red+Green+Blue) = 177+32+188=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #B120BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B120BC is #4EDF43. Grayscale: #5C5C5C. Windows color (decimal): -5168964 or 12329137. OLE color: 12329137.
HSL color Cylindrical-coordinate representation of color #B120BC: hue angle of 295.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B120BC is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 32 | 188 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.26 |
| HSL | 295.77º | 0.71% | 0.43% | - |
| HSV(B) | 295.77º | 0.83% | 0.74% | - |
| XYZ | 27.73 | 14.01 | 48.82 | - |
| YUV | 93.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 188 | 0.06 | 0.83 | 0 | 0.26 | 295.77 | 0.71 | 0.43 |
| Hex | B1 | 20 | BC | 6 | 53 | 0 | 1A | 128 | 47 | 2B |
| Octal | 261 | 40 | 274 | 6 | 123 | 0 | 32 | 450 | 107 | 53 |
| Binary | 10110001 | 100000 | 10111100 | 110 | 1010011 | 0 | 11010 | 100101000 | 1000111 | 101011 |
Color Harmonies of #B120BC
Complementary color
Monochromatic Colors of #B120BC
Black with #B120BC
Text Example
Text Example
White with #B120BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B120BC; }
p { color: rgb(177,32,188); }
H1.HeaderClassName
{
color: #B120BC;
}
.AnyTagClassName
{
color: #B120BC;
}
</style>
background-color css
<style>
a { background-color: #B120BC; }
a { background-color: rgb(177,32,188); }
div.DivClassName
{
background-color: #B120BC;
}
.BgClassName
{
background-color: #B120BC;
}
</style>
border-color css
<style>
span { border-color: #B120BC; }
span { border-color: rgb(177,32,188); }
td.TdClassName
{
border-color: #B120BC;
}
.TagClassName
{
border-color: #B120BC;
}
</style>