Shades of Dark Orchid #B034C9
Tints of Dark Orchid #B034C9
RGB
CMYK
RGB Variations
Color information
#B034C9 (or 0xB034C9) is known color: Dark Orchid. HEX triplet: B0, 34 and C9. RGB value is (176,52,201). Sum of RGB (Red+Green+Blue) = 176+52+201=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #B034C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B034C9 is #4FCB36. Grayscale: #696969. Windows color (decimal): -5229367 or 13186224. OLE color: 13186224.
HSL color Cylindrical-coordinate representation of color #B034C9: hue angle of 289.93º 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 #B034C9 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 52 | 201 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.21 |
| HSL | 289.93º | 0.59% | 0.5% | - |
| HSV(B) | 289.93º | 0.74% | 0.79% | - |
| XYZ | 29.68 | 15.9 | 56.76 | - |
| YUV | 106.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 201 | 0.12 | 0.74 | 0 | 0.21 | 289.93 | 0.59 | 0.5 |
| Hex | B0 | 34 | C9 | C | 4A | 0 | 15 | 122 | 3B | 32 |
| Octal | 260 | 64 | 311 | 14 | 112 | 0 | 25 | 442 | 73 | 62 |
| Binary | 10110000 | 110100 | 11001001 | 1100 | 1001010 | 0 | 10101 | 100100010 | 111011 | 110010 |
Color Harmonies of #B034C9
Complementary color
Monochromatic Colors of #B034C9
Black with #B034C9
Text Example
Text Example
White with #B034C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B034C9; }
p { color: rgb(176,52,201); }
H1.HeaderClassName
{
color: #B034C9;
}
.AnyTagClassName
{
color: #B034C9;
}
</style>
background-color css
<style>
a { background-color: #B034C9; }
a { background-color: rgb(176,52,201); }
div.DivClassName
{
background-color: #B034C9;
}
.BgClassName
{
background-color: #B034C9;
}
</style>
border-color css
<style>
span { border-color: #B034C9; }
span { border-color: rgb(176,52,201); }
td.TdClassName
{
border-color: #B034C9;
}
.TagClassName
{
border-color: #B034C9;
}
</style>