Shades of Dark Orchid #B234C9
Tints of Dark Orchid #B234C9
RGB
CMYK
RGB Variations
Color information
#B234C9 (or 0xB234C9) is known color: Dark Orchid. HEX triplet: B2, 34 and C9. RGB value is (178,52,201). Sum of RGB (Red+Green+Blue) = 178+52+201=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #B234C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234C9 is #4DCB36. Grayscale: #6A6A6A. Windows color (decimal): -5098295 or 13186226. OLE color: 13186226.
HSL color Cylindrical-coordinate representation of color #B234C9: hue angle of 290.74º 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 #B234C9 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 52 | 201 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.21 |
| HSL | 290.74º | 0.59% | 0.5% | - |
| HSV(B) | 290.74º | 0.74% | 0.79% | - |
| XYZ | 30.13 | 16.14 | 56.79 | - |
| YUV | 106.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 201 | 0.11 | 0.74 | 0 | 0.21 | 290.74 | 0.59 | 0.5 |
| Hex | B2 | 34 | C9 | B | 4A | 0 | 15 | 123 | 3B | 32 |
| Octal | 262 | 64 | 311 | 13 | 112 | 0 | 25 | 443 | 73 | 62 |
| Binary | 10110010 | 110100 | 11001001 | 1011 | 1001010 | 0 | 10101 | 100100011 | 111011 | 110010 |
Color Harmonies of #B234C9
Complementary color
Monochromatic Colors of #B234C9
Black with #B234C9
Text Example
Text Example
White with #B234C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B234C9; }
p { color: rgb(178,52,201); }
H1.HeaderClassName
{
color: #B234C9;
}
.AnyTagClassName
{
color: #B234C9;
}
</style>
background-color css
<style>
a { background-color: #B234C9; }
a { background-color: rgb(178,52,201); }
div.DivClassName
{
background-color: #B234C9;
}
.BgClassName
{
background-color: #B234C9;
}
</style>
border-color css
<style>
span { border-color: #B234C9; }
span { border-color: rgb(178,52,201); }
td.TdClassName
{
border-color: #B234C9;
}
.TagClassName
{
border-color: #B234C9;
}
</style>