Shades of Dark Orchid #B234CE
Tints of Dark Orchid #B234CE
RGB
CMYK
RGB Variations
Color information
#B234CE (or 0xB234CE) is known color: Dark Orchid. HEX triplet: B2, 34 and CE. RGB value is (178,52,206). Sum of RGB (Red+Green+Blue) = 178+52+206=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #B234CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234CE is #4DCB31. Grayscale: #6A6A6A. Windows color (decimal): -5098290 or 13513906. OLE color: 13513906.
HSL color Cylindrical-coordinate representation of color #B234CE: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B234CE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 52 | 206 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.19 |
| HSL | 289.09º | 0.61% | 0.51% | - |
| HSV(B) | 289.09º | 0.75% | 0.81% | - |
| XYZ | 30.73 | 16.38 | 59.93 | - |
| YUV | 107.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 206 | 0.14 | 0.75 | 0 | 0.19 | 289.09 | 0.61 | 0.51 |
| Hex | B2 | 34 | CE | E | 4B | 0 | 13 | 121 | 3D | 33 |
| Octal | 262 | 64 | 316 | 16 | 113 | 0 | 23 | 441 | 75 | 63 |
| Binary | 10110010 | 110100 | 11001110 | 1110 | 1001011 | 0 | 10011 | 100100001 | 111101 | 110011 |
Color Harmonies of #B234CE
Complementary color
Monochromatic Colors of #B234CE
Black with #B234CE
Text Example
Text Example
White with #B234CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B234CE; }
p { color: rgb(178,52,206); }
H1.HeaderClassName
{
color: #B234CE;
}
.AnyTagClassName
{
color: #B234CE;
}
</style>
background-color css
<style>
a { background-color: #B234CE; }
a { background-color: rgb(178,52,206); }
div.DivClassName
{
background-color: #B234CE;
}
.BgClassName
{
background-color: #B234CE;
}
</style>
border-color css
<style>
span { border-color: #B234CE; }
span { border-color: rgb(178,52,206); }
td.TdClassName
{
border-color: #B234CE;
}
.TagClassName
{
border-color: #B234CE;
}
</style>