Shades of Medium Orchid #B83EEC
Tints of Medium Orchid #B83EEC
RGB
CMYK
RGB Variations
Color information
#B83EEC (or 0xB83EEC) is known color: Medium Orchid. HEX triplet: B8, 3E and EC. RGB value is (184,62,236). Sum of RGB (Red+Green+Blue) = 184+62+236=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #B83EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83EEC is #47C113. Grayscale: #757575. Windows color (decimal): -4702484 or 15482552. OLE color: 15482552.
HSL color Cylindrical-coordinate representation of color #B83EEC: hue angle of 282.07º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83EEC is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 62 | 236 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.07 |
| HSL | 282.07º | 0.82% | 0.58% | - |
| HSV(B) | 282.07º | 0.74% | 0.93% | - |
| XYZ | 36.63 | 19.69 | 81.23 | - |
| YUV | 118.31 | 194.42 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 236 | 0.22 | 0.74 | 0 | 0.07 | 282.07 | 0.82 | 0.58 |
| Hex | B8 | 3E | EC | 16 | 4A | 0 | 7 | 11A | 52 | 3A |
| Octal | 270 | 76 | 354 | 26 | 112 | 0 | 7 | 432 | 122 | 72 |
| Binary | 10111000 | 111110 | 11101100 | 10110 | 1001010 | 0 | 111 | 100011010 | 1010010 | 111010 |
Color Harmonies of #B83EEC
Complementary color
Monochromatic Colors of #B83EEC
Black with #B83EEC
Text Example
Text Example
White with #B83EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83EEC; }
p { color: rgb(184,62,236); }
H1.HeaderClassName
{
color: #B83EEC;
}
.AnyTagClassName
{
color: #B83EEC;
}
</style>
background-color css
<style>
a { background-color: #B83EEC; }
a { background-color: rgb(184,62,236); }
div.DivClassName
{
background-color: #B83EEC;
}
.BgClassName
{
background-color: #B83EEC;
}
</style>
border-color css
<style>
span { border-color: #B83EEC; }
span { border-color: rgb(184,62,236); }
td.TdClassName
{
border-color: #B83EEC;
}
.TagClassName
{
border-color: #B83EEC;
}
</style>