Shades of Dark Orchid #B02BC0
Tints of Dark Orchid #B02BC0
RGB
CMYK
RGB Variations
Color information
#B02BC0 (or 0xB02BC0) is known color: Dark Orchid. HEX triplet: B0, 2B and C0. RGB value is (176,43,192). Sum of RGB (Red+Green+Blue) = 176+43+192=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #B02BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BC0 is #4FD43F. Grayscale: #636363. Windows color (decimal): -5231680 or 12594096. OLE color: 12594096.
HSL color Cylindrical-coordinate representation of color #B02BC0: hue angle of 293.56º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02BC0 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 43 | 192 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.25 |
| HSL | 293.56º | 0.63% | 0.46% | - |
| HSV(B) | 293.56º | 0.78% | 0.75% | - |
| XYZ | 28.28 | 14.76 | 51.23 | - |
| YUV | 99.75 | 180.06 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 43 | 192 | 0.08 | 0.78 | 0 | 0.25 | 293.56 | 0.63 | 0.46 |
| Hex | B0 | 2B | C0 | 8 | 4E | 0 | 19 | 126 | 3F | 2E |
| Octal | 260 | 53 | 300 | 10 | 116 | 0 | 31 | 446 | 77 | 56 |
| Binary | 10110000 | 101011 | 11000000 | 1000 | 1001110 | 0 | 11001 | 100100110 | 111111 | 101110 |
Color Harmonies of #B02BC0
Complementary color
Monochromatic Colors of #B02BC0
Black with #B02BC0
Text Example
Text Example
White with #B02BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02BC0; }
p { color: rgb(176,43,192); }
H1.HeaderClassName
{
color: #B02BC0;
}
.AnyTagClassName
{
color: #B02BC0;
}
</style>
background-color css
<style>
a { background-color: #B02BC0; }
a { background-color: rgb(176,43,192); }
div.DivClassName
{
background-color: #B02BC0;
}
.BgClassName
{
background-color: #B02BC0;
}
</style>
border-color css
<style>
span { border-color: #B02BC0; }
span { border-color: rgb(176,43,192); }
td.TdClassName
{
border-color: #B02BC0;
}
.TagClassName
{
border-color: #B02BC0;
}
</style>