Shades of Dark Orchid #B03ACE
Tints of Dark Orchid #B03ACE
RGB
CMYK
RGB Variations
Color information
#B03ACE (or 0xB03ACE) is known color: Dark Orchid. HEX triplet: B0, 3A and CE. RGB value is (176,58,206). Sum of RGB (Red+Green+Blue) = 176+58+206=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #B03ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ACE is #4FC531. Grayscale: #6D6D6D. Windows color (decimal): -5227826 or 13515440. OLE color: 13515440.
HSL color Cylindrical-coordinate representation of color #B03ACE: hue angle of 287.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03ACE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 58 | 206 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.19 |
| HSL | 287.84º | 0.6% | 0.52% | - |
| HSV(B) | 287.84º | 0.72% | 0.81% | - |
| XYZ | 30.56 | 16.71 | 60.01 | - |
| YUV | 110.15 | 182.09 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 206 | 0.15 | 0.72 | 0 | 0.19 | 287.84 | 0.6 | 0.52 |
| Hex | B0 | 3A | CE | F | 48 | 0 | 13 | 120 | 3C | 34 |
| Octal | 260 | 72 | 316 | 17 | 110 | 0 | 23 | 440 | 74 | 64 |
| Binary | 10110000 | 111010 | 11001110 | 1111 | 1001000 | 0 | 10011 | 100100000 | 111100 | 110100 |
Color Harmonies of #B03ACE
Complementary color
Monochromatic Colors of #B03ACE
Black with #B03ACE
Text Example
Text Example
White with #B03ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03ACE; }
p { color: rgb(176,58,206); }
H1.HeaderClassName
{
color: #B03ACE;
}
.AnyTagClassName
{
color: #B03ACE;
}
</style>
background-color css
<style>
a { background-color: #B03ACE; }
a { background-color: rgb(176,58,206); }
div.DivClassName
{
background-color: #B03ACE;
}
.BgClassName
{
background-color: #B03ACE;
}
</style>
border-color css
<style>
span { border-color: #B03ACE; }
span { border-color: rgb(176,58,206); }
td.TdClassName
{
border-color: #B03ACE;
}
.TagClassName
{
border-color: #B03ACE;
}
</style>