Shades of Dark Orchid #B233CE
Tints of Dark Orchid #B233CE
RGB
CMYK
RGB Variations
Color information
#B233CE (or 0xB233CE) is known color: Dark Orchid. HEX triplet: B2, 33 and CE. RGB value is (178,51,206). Sum of RGB (Red+Green+Blue) = 178+51+206=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #B233CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233CE is #4DCC31. Grayscale: #6A6A6A. Windows color (decimal): -5098546 or 13513650. OLE color: 13513650.
HSL color Cylindrical-coordinate representation of color #B233CE: hue angle of 289.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B233CE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 51 | 206 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.19 |
| HSL | 289.16º | 0.61% | 0.5% | - |
| HSV(B) | 289.16º | 0.75% | 0.81% | - |
| XYZ | 30.68 | 16.29 | 59.92 | - |
| YUV | 106.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 206 | 0.14 | 0.75 | 0 | 0.19 | 289.16 | 0.61 | 0.5 |
| Hex | B2 | 33 | CE | E | 4B | 0 | 13 | 121 | 3D | 32 |
| Octal | 262 | 63 | 316 | 16 | 113 | 0 | 23 | 441 | 75 | 62 |
| Binary | 10110010 | 110011 | 11001110 | 1110 | 1001011 | 0 | 10011 | 100100001 | 111101 | 110010 |
Color Harmonies of #B233CE
Complementary color
Monochromatic Colors of #B233CE
Black with #B233CE
Text Example
Text Example
White with #B233CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B233CE; }
p { color: rgb(178,51,206); }
H1.HeaderClassName
{
color: #B233CE;
}
.AnyTagClassName
{
color: #B233CE;
}
</style>
background-color css
<style>
a { background-color: #B233CE; }
a { background-color: rgb(178,51,206); }
div.DivClassName
{
background-color: #B233CE;
}
.BgClassName
{
background-color: #B233CE;
}
</style>
border-color css
<style>
span { border-color: #B233CE; }
span { border-color: rgb(178,51,206); }
td.TdClassName
{
border-color: #B233CE;
}
.TagClassName
{
border-color: #B233CE;
}
</style>