Shades of Dark Orchid #B233EC
Tints of Dark Orchid #B233EC
RGB
CMYK
RGB Variations
Color information
#B233EC (or 0xB233EC) is known color: Dark Orchid. HEX triplet: B2, 33 and EC. RGB value is (178,51,236). Sum of RGB (Red+Green+Blue) = 178+51+236=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #B233EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B233EC is #4DCC13. Grayscale: #6D6D6D. Windows color (decimal): -5098516 or 15479730. OLE color: 15479730.
HSL color Cylindrical-coordinate representation of color #B233EC: hue angle of 281.19º 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 #B233EC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 51 | 236 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.07 |
| HSL | 281.19º | 0.83% | 0.56% | - |
| HSV(B) | 281.19º | 0.78% | 0.93% | - |
| XYZ | 34.68 | 17.89 | 80.98 | - |
| YUV | 110.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 236 | 0.25 | 0.78 | 0 | 0.07 | 281.19 | 0.83 | 0.56 |
| Hex | B2 | 33 | EC | 19 | 4E | 0 | 7 | 119 | 53 | 38 |
| Octal | 262 | 63 | 354 | 31 | 116 | 0 | 7 | 431 | 123 | 70 |
| Binary | 10110010 | 110011 | 11101100 | 11001 | 1001110 | 0 | 111 | 100011001 | 1010011 | 111000 |
Color Harmonies of #B233EC
Complementary color
Monochromatic Colors of #B233EC
Black with #B233EC
Text Example
Text Example
White with #B233EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B233EC; }
p { color: rgb(178,51,236); }
H1.HeaderClassName
{
color: #B233EC;
}
.AnyTagClassName
{
color: #B233EC;
}
</style>
background-color css
<style>
a { background-color: #B233EC; }
a { background-color: rgb(178,51,236); }
div.DivClassName
{
background-color: #B233EC;
}
.BgClassName
{
background-color: #B233EC;
}
</style>
border-color css
<style>
span { border-color: #B233EC; }
span { border-color: rgb(178,51,236); }
td.TdClassName
{
border-color: #B233EC;
}
.TagClassName
{
border-color: #B233EC;
}
</style>