Shades of Medium Orchid #B833EC
Tints of Medium Orchid #B833EC
RGB
CMYK
RGB Variations
Color information
#B833EC (or 0xB833EC) is known color: Medium Orchid. HEX triplet: B8, 33 and EC. RGB value is (184,51,236). Sum of RGB (Red+Green+Blue) = 184+51+236=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #B833EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B833EC is #47CC13. Grayscale: #6F6F6F. Windows color (decimal): -4705300 or 15479736. OLE color: 15479736.
HSL color Cylindrical-coordinate representation of color #B833EC: hue angle of 283.14º 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 #B833EC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 51 | 236 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.07 |
| HSL | 283.14º | 0.83% | 0.56% | - |
| HSV(B) | 283.14º | 0.78% | 0.93% | - |
| XYZ | 36.09 | 18.61 | 81.05 | - |
| YUV | 111.86 | 198.06 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 236 | 0.22 | 0.78 | 0 | 0.07 | 283.14 | 0.83 | 0.56 |
| Hex | B8 | 33 | EC | 16 | 4E | 0 | 7 | 11B | 53 | 38 |
| Octal | 270 | 63 | 354 | 26 | 116 | 0 | 7 | 433 | 123 | 70 |
| Binary | 10111000 | 110011 | 11101100 | 10110 | 1001110 | 0 | 111 | 100011011 | 1010011 | 111000 |
Color Harmonies of #B833EC
Complementary color
Monochromatic Colors of #B833EC
Black with #B833EC
Text Example
Text Example
White with #B833EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B833EC; }
p { color: rgb(184,51,236); }
H1.HeaderClassName
{
color: #B833EC;
}
.AnyTagClassName
{
color: #B833EC;
}
</style>
background-color css
<style>
a { background-color: #B833EC; }
a { background-color: rgb(184,51,236); }
div.DivClassName
{
background-color: #B833EC;
}
.BgClassName
{
background-color: #B833EC;
}
</style>
border-color css
<style>
span { border-color: #B833EC; }
span { border-color: rgb(184,51,236); }
td.TdClassName
{
border-color: #B833EC;
}
.TagClassName
{
border-color: #B833EC;
}
</style>