Shades of Medium Orchid #B835E1
Tints of Medium Orchid #B835E1
RGB
CMYK
RGB Variations
Color information
#B835E1 (or 0xB835E1) is known color: Medium Orchid. HEX triplet: B8, 35 and E1. RGB value is (184,53,225). Sum of RGB (Red+Green+Blue) = 184+53+225=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #B835E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B835E1 is #47CA1E. Grayscale: #6F6F6F. Windows color (decimal): -4704799 or 14759352. OLE color: 14759352.
HSL color Cylindrical-coordinate representation of color #B835E1: hue angle of 285.7º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B835E1 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 53 | 225 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.12 |
| HSL | 285.7º | 0.74% | 0.55% | - |
| HSV(B) | 285.7º | 0.76% | 0.88% | - |
| XYZ | 34.63 | 18.17 | 72.92 | - |
| YUV | 111.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 225 | 0.18 | 0.76 | 0 | 0.12 | 285.7 | 0.74 | 0.55 |
| Hex | B8 | 35 | E1 | 12 | 4C | 0 | C | 11E | 4A | 37 |
| Octal | 270 | 65 | 341 | 22 | 114 | 0 | 14 | 436 | 112 | 67 |
| Binary | 10111000 | 110101 | 11100001 | 10010 | 1001100 | 0 | 1100 | 100011110 | 1001010 | 110111 |
Color Harmonies of #B835E1
Complementary color
Monochromatic Colors of #B835E1
Black with #B835E1
Text Example
Text Example
White with #B835E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B835E1; }
p { color: rgb(184,53,225); }
H1.HeaderClassName
{
color: #B835E1;
}
.AnyTagClassName
{
color: #B835E1;
}
</style>
background-color css
<style>
a { background-color: #B835E1; }
a { background-color: rgb(184,53,225); }
div.DivClassName
{
background-color: #B835E1;
}
.BgClassName
{
background-color: #B835E1;
}
</style>
border-color css
<style>
span { border-color: #B835E1; }
span { border-color: rgb(184,53,225); }
td.TdClassName
{
border-color: #B835E1;
}
.TagClassName
{
border-color: #B835E1;
}
</style>