Shades of Dark Orchid #B034CA
Tints of Dark Orchid #B034CA
RGB
CMYK
RGB Variations
Color information
#B034CA (or 0xB034CA) is known color: Dark Orchid. HEX triplet: B0, 34 and CA. RGB value is (176,52,202). Sum of RGB (Red+Green+Blue) = 176+52+202=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #B034CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B034CA is #4FCB35. Grayscale: #696969. Windows color (decimal): -5229366 or 13251760. OLE color: 13251760.
HSL color Cylindrical-coordinate representation of color #B034CA: hue angle of 289.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B034CA is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 52 | 202 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.21 |
| HSL | 289.6º | 0.59% | 0.5% | - |
| HSV(B) | 289.6º | 0.74% | 0.79% | - |
| XYZ | 29.79 | 15.95 | 57.39 | - |
| YUV | 106.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 202 | 0.13 | 0.74 | 0 | 0.21 | 289.6 | 0.59 | 0.5 |
| Hex | B0 | 34 | CA | D | 4A | 0 | 15 | 122 | 3B | 32 |
| Octal | 260 | 64 | 312 | 15 | 112 | 0 | 25 | 442 | 73 | 62 |
| Binary | 10110000 | 110100 | 11001010 | 1101 | 1001010 | 0 | 10101 | 100100010 | 111011 | 110010 |
Color Harmonies of #B034CA
Complementary color
Monochromatic Colors of #B034CA
Black with #B034CA
Text Example
Text Example
White with #B034CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B034CA; }
p { color: rgb(176,52,202); }
H1.HeaderClassName
{
color: #B034CA;
}
.AnyTagClassName
{
color: #B034CA;
}
</style>
background-color css
<style>
a { background-color: #B034CA; }
a { background-color: rgb(176,52,202); }
div.DivClassName
{
background-color: #B034CA;
}
.BgClassName
{
background-color: #B034CA;
}
</style>
border-color css
<style>
span { border-color: #B034CA; }
span { border-color: rgb(176,52,202); }
td.TdClassName
{
border-color: #B034CA;
}
.TagClassName
{
border-color: #B034CA;
}
</style>