Shades of Dark Orchid #B120BD
Tints of Dark Orchid #B120BD
RGB
CMYK
RGB Variations
Color information
#B120BD (or 0xB120BD) is known color: Dark Orchid. HEX triplet: B1, 20 and BD. RGB value is (177,32,189). Sum of RGB (Red+Green+Blue) = 177+32+189=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #B120BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B120BD is #4EDF42. Grayscale: #5C5C5C. Windows color (decimal): -5168963 or 12394673. OLE color: 12394673.
HSL color Cylindrical-coordinate representation of color #B120BD: hue angle of 295.41º 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 #B120BD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 32 | 189 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.26 |
| HSL | 295.41º | 0.71% | 0.43% | - |
| HSV(B) | 295.41º | 0.83% | 0.74% | - |
| XYZ | 27.83 | 14.05 | 49.39 | - |
| YUV | 93.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 189 | 0.06 | 0.83 | 0 | 0.26 | 295.41 | 0.71 | 0.43 |
| Hex | B1 | 20 | BD | 6 | 53 | 0 | 1A | 127 | 47 | 2B |
| Octal | 261 | 40 | 275 | 6 | 123 | 0 | 32 | 447 | 107 | 53 |
| Binary | 10110001 | 100000 | 10111101 | 110 | 1010011 | 0 | 11010 | 100100111 | 1000111 | 101011 |
Color Harmonies of #B120BD
Complementary color
Monochromatic Colors of #B120BD
Black with #B120BD
Text Example
Text Example
White with #B120BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B120BD; }
p { color: rgb(177,32,189); }
H1.HeaderClassName
{
color: #B120BD;
}
.AnyTagClassName
{
color: #B120BD;
}
</style>
background-color css
<style>
a { background-color: #B120BD; }
a { background-color: rgb(177,32,189); }
div.DivClassName
{
background-color: #B120BD;
}
.BgClassName
{
background-color: #B120BD;
}
</style>
border-color css
<style>
span { border-color: #B120BD; }
span { border-color: rgb(177,32,189); }
td.TdClassName
{
border-color: #B120BD;
}
.TagClassName
{
border-color: #B120BD;
}
</style>