Shades of Dark Orchid #B234EC
Tints of Dark Orchid #B234EC
RGB
CMYK
RGB Variations
Color information
#B234EC (or 0xB234EC) is known color: Dark Orchid. HEX triplet: B2, 34 and EC. RGB value is (178,52,236). Sum of RGB (Red+Green+Blue) = 178+52+236=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #B234EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B234EC is #4DCB13. Grayscale: #6E6E6E. Windows color (decimal): -5098260 or 15479986. OLE color: 15479986.
HSL color Cylindrical-coordinate representation of color #B234EC: hue angle of 281.09º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B234EC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 52 | 236 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.07 |
| HSL | 281.09º | 0.83% | 0.56% | - |
| HSV(B) | 281.09º | 0.78% | 0.93% | - |
| XYZ | 34.73 | 17.98 | 81 | - |
| YUV | 110.65 | 198.74 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 236 | 0.25 | 0.78 | 0 | 0.07 | 281.09 | 0.83 | 0.56 |
| Hex | B2 | 34 | EC | 19 | 4E | 0 | 7 | 119 | 53 | 38 |
| Octal | 262 | 64 | 354 | 31 | 116 | 0 | 7 | 431 | 123 | 70 |
| Binary | 10110010 | 110100 | 11101100 | 11001 | 1001110 | 0 | 111 | 100011001 | 1010011 | 111000 |
Color Harmonies of #B234EC
Complementary color
Monochromatic Colors of #B234EC
Black with #B234EC
Text Example
Text Example
White with #B234EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B234EC; }
p { color: rgb(178,52,236); }
H1.HeaderClassName
{
color: #B234EC;
}
.AnyTagClassName
{
color: #B234EC;
}
</style>
background-color css
<style>
a { background-color: #B234EC; }
a { background-color: rgb(178,52,236); }
div.DivClassName
{
background-color: #B234EC;
}
.BgClassName
{
background-color: #B234EC;
}
</style>
border-color css
<style>
span { border-color: #B234EC; }
span { border-color: rgb(178,52,236); }
td.TdClassName
{
border-color: #B234EC;
}
.TagClassName
{
border-color: #B234EC;
}
</style>