Shades of Dark Orchid #B233E4
Tints of Dark Orchid #B233E4
RGB
CMYK
RGB Variations
Color information
#B233E4 (or 0xB233E4) is known color: Dark Orchid. HEX triplet: B2, 33 and E4. RGB value is (178,51,228). Sum of RGB (Red+Green+Blue) = 178+51+228=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #B233E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233E4 is #4DCC1B. Grayscale: #6C6C6C. Windows color (decimal): -5098524 or 14955442. OLE color: 14955442.
HSL color Cylindrical-coordinate representation of color #B233E4: hue angle of 283.05º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B233E4 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 51 | 228 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.11 |
| HSL | 283.05º | 0.77% | 0.55% | - |
| HSV(B) | 283.05º | 0.78% | 0.89% | - |
| XYZ | 33.55 | 17.43 | 75 | - |
| YUV | 109.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 228 | 0.22 | 0.78 | 0 | 0.11 | 283.05 | 0.77 | 0.55 |
| Hex | B2 | 33 | E4 | 16 | 4E | 0 | B | 11B | 4D | 37 |
| Octal | 262 | 63 | 344 | 26 | 116 | 0 | 13 | 433 | 115 | 67 |
| Binary | 10110010 | 110011 | 11100100 | 10110 | 1001110 | 0 | 1011 | 100011011 | 1001101 | 110111 |
Color Harmonies of #B233E4
Complementary color
Monochromatic Colors of #B233E4
Black with #B233E4
Text Example
Text Example
White with #B233E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B233E4; }
p { color: rgb(178,51,228); }
H1.HeaderClassName
{
color: #B233E4;
}
.AnyTagClassName
{
color: #B233E4;
}
</style>
background-color css
<style>
a { background-color: #B233E4; }
a { background-color: rgb(178,51,228); }
div.DivClassName
{
background-color: #B233E4;
}
.BgClassName
{
background-color: #B233E4;
}
</style>
border-color css
<style>
span { border-color: #B233E4; }
span { border-color: rgb(178,51,228); }
td.TdClassName
{
border-color: #B233E4;
}
.TagClassName
{
border-color: #B233E4;
}
</style>