Shades of Dark Orchid #B03ACC
Tints of Dark Orchid #B03ACC
RGB
CMYK
RGB Variations
Color information
#B03ACC (or 0xB03ACC) is known color: Dark Orchid. HEX triplet: B0, 3A and CC. RGB value is (176,58,204). Sum of RGB (Red+Green+Blue) = 176+58+204=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #B03ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ACC is #4FC533. Grayscale: #6D6D6D. Windows color (decimal): -5227828 or 13384368. OLE color: 13384368.
HSL color Cylindrical-coordinate representation of color #B03ACC: hue angle of 288.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03ACC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 58 | 204 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.2 |
| HSL | 288.49º | 0.59% | 0.51% | - |
| HSV(B) | 288.49º | 0.72% | 0.8% | - |
| XYZ | 30.32 | 16.62 | 58.74 | - |
| YUV | 109.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 204 | 0.14 | 0.72 | 0 | 0.2 | 288.49 | 0.59 | 0.51 |
| Hex | B0 | 3A | CC | E | 48 | 0 | 14 | 120 | 3B | 33 |
| Octal | 260 | 72 | 314 | 16 | 110 | 0 | 24 | 440 | 73 | 63 |
| Binary | 10110000 | 111010 | 11001100 | 1110 | 1001000 | 0 | 10100 | 100100000 | 111011 | 110011 |
Color Harmonies of #B03ACC
Complementary color
Monochromatic Colors of #B03ACC
Black with #B03ACC
Text Example
Text Example
White with #B03ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03ACC; }
p { color: rgb(176,58,204); }
H1.HeaderClassName
{
color: #B03ACC;
}
.AnyTagClassName
{
color: #B03ACC;
}
</style>
background-color css
<style>
a { background-color: #B03ACC; }
a { background-color: rgb(176,58,204); }
div.DivClassName
{
background-color: #B03ACC;
}
.BgClassName
{
background-color: #B03ACC;
}
</style>
border-color css
<style>
span { border-color: #B03ACC; }
span { border-color: rgb(176,58,204); }
td.TdClassName
{
border-color: #B03ACC;
}
.TagClassName
{
border-color: #B03ACC;
}
</style>