Shades of Dark Orchid #B234CA
Tints of Dark Orchid #B234CA
RGB
CMYK
RGB Variations
Color information
#B234CA (or 0xB234CA) is known color: Dark Orchid. HEX triplet: B2, 34 and CA. RGB value is (178,52,202). Sum of RGB (Red+Green+Blue) = 178+52+202=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #B234CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234CA is #4DCB35. Grayscale: #6A6A6A. Windows color (decimal): -5098294 or 13251762. OLE color: 13251762.
HSL color Cylindrical-coordinate representation of color #B234CA: hue angle of 290.4º 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 #B234CA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 52 | 202 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.21 |
| HSL | 290.4º | 0.59% | 0.5% | - |
| HSV(B) | 290.4º | 0.74% | 0.79% | - |
| XYZ | 30.25 | 16.19 | 57.41 | - |
| YUV | 106.77 | 181.74 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 202 | 0.12 | 0.74 | 0 | 0.21 | 290.4 | 0.59 | 0.5 |
| Hex | B2 | 34 | CA | C | 4A | 0 | 15 | 122 | 3B | 32 |
| Octal | 262 | 64 | 312 | 14 | 112 | 0 | 25 | 442 | 73 | 62 |
| Binary | 10110010 | 110100 | 11001010 | 1100 | 1001010 | 0 | 10101 | 100100010 | 111011 | 110010 |
Color Harmonies of #B234CA
Complementary color
Monochromatic Colors of #B234CA
Black with #B234CA
Text Example
Text Example
White with #B234CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B234CA; }
p { color: rgb(178,52,202); }
H1.HeaderClassName
{
color: #B234CA;
}
.AnyTagClassName
{
color: #B234CA;
}
</style>
background-color css
<style>
a { background-color: #B234CA; }
a { background-color: rgb(178,52,202); }
div.DivClassName
{
background-color: #B234CA;
}
.BgClassName
{
background-color: #B234CA;
}
</style>
border-color css
<style>
span { border-color: #B234CA; }
span { border-color: rgb(178,52,202); }
td.TdClassName
{
border-color: #B234CA;
}
.TagClassName
{
border-color: #B234CA;
}
</style>