Shades of Dark Orchid #B03BCA
Tints of Dark Orchid #B03BCA
RGB
CMYK
RGB Variations
Color information
#B03BCA (or 0xB03BCA) is known color: Dark Orchid. HEX triplet: B0, 3B and CA. RGB value is (176,59,202). Sum of RGB (Red+Green+Blue) = 176+59+202=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #B03BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BCA is #4FC435. Grayscale: #6D6D6D. Windows color (decimal): -5227574 or 13253552. OLE color: 13253552.
HSL color Cylindrical-coordinate representation of color #B03BCA: hue angle of 289.09º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03BCA is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 59 | 202 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.21 |
| HSL | 289.09º | 0.57% | 0.51% | - |
| HSV(B) | 289.09º | 0.71% | 0.79% | - |
| XYZ | 30.13 | 16.62 | 57.5 | - |
| YUV | 110.29 | 179.76 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 202 | 0.13 | 0.71 | 0 | 0.21 | 289.09 | 0.57 | 0.51 |
| Hex | B0 | 3B | CA | D | 47 | 0 | 15 | 121 | 39 | 33 |
| Octal | 260 | 73 | 312 | 15 | 107 | 0 | 25 | 441 | 71 | 63 |
| Binary | 10110000 | 111011 | 11001010 | 1101 | 1000111 | 0 | 10101 | 100100001 | 111001 | 110011 |
Color Harmonies of #B03BCA
Complementary color
Monochromatic Colors of #B03BCA
Black with #B03BCA
Text Example
Text Example
White with #B03BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BCA; }
p { color: rgb(176,59,202); }
H1.HeaderClassName
{
color: #B03BCA;
}
.AnyTagClassName
{
color: #B03BCA;
}
</style>
background-color css
<style>
a { background-color: #B03BCA; }
a { background-color: rgb(176,59,202); }
div.DivClassName
{
background-color: #B03BCA;
}
.BgClassName
{
background-color: #B03BCA;
}
</style>
border-color css
<style>
span { border-color: #B03BCA; }
span { border-color: rgb(176,59,202); }
td.TdClassName
{
border-color: #B03BCA;
}
.TagClassName
{
border-color: #B03BCA;
}
</style>