Shades of Dark Orchid #B03BCE
Tints of Dark Orchid #B03BCE
RGB
CMYK
RGB Variations
Color information
#B03BCE (or 0xB03BCE) is known color: Dark Orchid. HEX triplet: B0, 3B and CE. RGB value is (176,59,206). Sum of RGB (Red+Green+Blue) = 176+59+206=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #B03BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BCE is #4FC431. Grayscale: #6E6E6E. Windows color (decimal): -5227570 or 13515696. OLE color: 13515696.
HSL color Cylindrical-coordinate representation of color #B03BCE: hue angle of 287.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03BCE is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 59 | 206 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.19 |
| HSL | 287.76º | 0.6% | 0.52% | - |
| HSV(B) | 287.76º | 0.71% | 0.81% | - |
| XYZ | 30.61 | 16.81 | 60.02 | - |
| YUV | 110.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 206 | 0.15 | 0.71 | 0 | 0.19 | 287.76 | 0.6 | 0.52 |
| Hex | B0 | 3B | CE | F | 47 | 0 | 13 | 120 | 3C | 34 |
| Octal | 260 | 73 | 316 | 17 | 107 | 0 | 23 | 440 | 74 | 64 |
| Binary | 10110000 | 111011 | 11001110 | 1111 | 1000111 | 0 | 10011 | 100100000 | 111100 | 110100 |
Color Harmonies of #B03BCE
Complementary color
Monochromatic Colors of #B03BCE
Black with #B03BCE
Text Example
Text Example
White with #B03BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BCE; }
p { color: rgb(176,59,206); }
H1.HeaderClassName
{
color: #B03BCE;
}
.AnyTagClassName
{
color: #B03BCE;
}
</style>
background-color css
<style>
a { background-color: #B03BCE; }
a { background-color: rgb(176,59,206); }
div.DivClassName
{
background-color: #B03BCE;
}
.BgClassName
{
background-color: #B03BCE;
}
</style>
border-color css
<style>
span { border-color: #B03BCE; }
span { border-color: rgb(176,59,206); }
td.TdClassName
{
border-color: #B03BCE;
}
.TagClassName
{
border-color: #B03BCE;
}
</style>