Shades of Medium Orchid #B833E4
Tints of Medium Orchid #B833E4
RGB
CMYK
RGB Variations
Color information
#B833E4 (or 0xB833E4) is known color: Medium Orchid. HEX triplet: B8, 33 and E4. RGB value is (184,51,228). Sum of RGB (Red+Green+Blue) = 184+51+228=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #B833E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833E4 is #47CC1B. Grayscale: #6E6E6E. Windows color (decimal): -4705308 or 14955448. OLE color: 14955448.
HSL color Cylindrical-coordinate representation of color #B833E4: hue angle of 285.08º 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 #B833E4 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 51 | 228 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.11 |
| HSL | 285.08º | 0.77% | 0.55% | - |
| HSV(B) | 285.08º | 0.78% | 0.89% | - |
| XYZ | 34.95 | 18.16 | 75.06 | - |
| YUV | 110.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 228 | 0.19 | 0.78 | 0 | 0.11 | 285.08 | 0.77 | 0.55 |
| Hex | B8 | 33 | E4 | 13 | 4E | 0 | B | 11D | 4D | 37 |
| Octal | 270 | 63 | 344 | 23 | 116 | 0 | 13 | 435 | 115 | 67 |
| Binary | 10111000 | 110011 | 11100100 | 10011 | 1001110 | 0 | 1011 | 100011101 | 1001101 | 110111 |
Color Harmonies of #B833E4
Complementary color
Monochromatic Colors of #B833E4
Black with #B833E4
Text Example
Text Example
White with #B833E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B833E4; }
p { color: rgb(184,51,228); }
H1.HeaderClassName
{
color: #B833E4;
}
.AnyTagClassName
{
color: #B833E4;
}
</style>
background-color css
<style>
a { background-color: #B833E4; }
a { background-color: rgb(184,51,228); }
div.DivClassName
{
background-color: #B833E4;
}
.BgClassName
{
background-color: #B833E4;
}
</style>
border-color css
<style>
span { border-color: #B833E4; }
span { border-color: rgb(184,51,228); }
td.TdClassName
{
border-color: #B833E4;
}
.TagClassName
{
border-color: #B833E4;
}
</style>