Shades of Medium Orchid #B83BE0
Tints of Medium Orchid #B83BE0
RGB
CMYK
RGB Variations
Color information
#B83BE0 (or 0xB83BE0) is known color: Medium Orchid. HEX triplet: B8, 3B and E0. RGB value is (184,59,224). Sum of RGB (Red+Green+Blue) = 184+59+224=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #B83BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BE0 is #47C41F. Grayscale: #727272. Windows color (decimal): -4703264 or 14695352. OLE color: 14695352.
HSL color Cylindrical-coordinate representation of color #B83BE0: hue angle of 285.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83BE0 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 59 | 224 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.12 |
| HSL | 285.45º | 0.73% | 0.55% | - |
| HSV(B) | 285.45º | 0.74% | 0.88% | - |
| XYZ | 34.79 | 18.7 | 72.3 | - |
| YUV | 115.19 | 189.41 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 224 | 0.18 | 0.74 | 0 | 0.12 | 285.45 | 0.73 | 0.55 |
| Hex | B8 | 3B | E0 | 12 | 4A | 0 | C | 11D | 49 | 37 |
| Octal | 270 | 73 | 340 | 22 | 112 | 0 | 14 | 435 | 111 | 67 |
| Binary | 10111000 | 111011 | 11100000 | 10010 | 1001010 | 0 | 1100 | 100011101 | 1001001 | 110111 |
Color Harmonies of #B83BE0
Complementary color
Monochromatic Colors of #B83BE0
Black with #B83BE0
Text Example
Text Example
White with #B83BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BE0; }
p { color: rgb(184,59,224); }
H1.HeaderClassName
{
color: #B83BE0;
}
.AnyTagClassName
{
color: #B83BE0;
}
</style>
background-color css
<style>
a { background-color: #B83BE0; }
a { background-color: rgb(184,59,224); }
div.DivClassName
{
background-color: #B83BE0;
}
.BgClassName
{
background-color: #B83BE0;
}
</style>
border-color css
<style>
span { border-color: #B83BE0; }
span { border-color: rgb(184,59,224); }
td.TdClassName
{
border-color: #B83BE0;
}
.TagClassName
{
border-color: #B83BE0;
}
</style>