Shades of Dark Orchid #B020BE
Tints of Dark Orchid #B020BE
RGB
CMYK
RGB Variations
Color information
#B020BE (or 0xB020BE) is known color: Dark Orchid. HEX triplet: B0, 20 and BE. RGB value is (176,32,190). Sum of RGB (Red+Green+Blue) = 176+32+190=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #B020BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020BE is #4FDF41. Grayscale: #5C5C5C. Windows color (decimal): -5234498 or 12460208. OLE color: 12460208.
HSL color Cylindrical-coordinate representation of color #B020BE: hue angle of 294.68º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B020BE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 32 | 190 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.25 |
| HSL | 294.68º | 0.71% | 0.44% | - |
| HSV(B) | 294.68º | 0.83% | 0.75% | - |
| XYZ | 27.72 | 13.98 | 49.95 | - |
| YUV | 93.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 190 | 0.07 | 0.83 | 0 | 0.25 | 294.68 | 0.71 | 0.44 |
| Hex | B0 | 20 | BE | 7 | 53 | 0 | 19 | 127 | 47 | 2C |
| Octal | 260 | 40 | 276 | 7 | 123 | 0 | 31 | 447 | 107 | 54 |
| Binary | 10110000 | 100000 | 10111110 | 111 | 1010011 | 0 | 11001 | 100100111 | 1000111 | 101100 |
Color Harmonies of #B020BE
Complementary color
Monochromatic Colors of #B020BE
Black with #B020BE
Text Example
Text Example
White with #B020BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B020BE; }
p { color: rgb(176,32,190); }
H1.HeaderClassName
{
color: #B020BE;
}
.AnyTagClassName
{
color: #B020BE;
}
</style>
background-color css
<style>
a { background-color: #B020BE; }
a { background-color: rgb(176,32,190); }
div.DivClassName
{
background-color: #B020BE;
}
.BgClassName
{
background-color: #B020BE;
}
</style>
border-color css
<style>
span { border-color: #B020BE; }
span { border-color: rgb(176,32,190); }
td.TdClassName
{
border-color: #B020BE;
}
.TagClassName
{
border-color: #B020BE;
}
</style>