Shades of Medium Orchid #B835ED
Tints of Medium Orchid #B835ED
RGB
CMYK
RGB Variations
Color information
#B835ED (or 0xB835ED) is known color: Medium Orchid. HEX triplet: B8, 35 and ED. RGB value is (184,53,237). Sum of RGB (Red+Green+Blue) = 184+53+237=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #B835ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B835ED is #47CA12. Grayscale: #707070. Windows color (decimal): -4704787 or 15545784. OLE color: 15545784.
HSL color Cylindrical-coordinate representation of color #B835ED: hue angle of 282.72º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B835ED is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 53 | 237 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.07 |
| HSL | 282.72º | 0.84% | 0.57% | - |
| HSV(B) | 282.72º | 0.78% | 0.93% | - |
| XYZ | 36.33 | 18.85 | 81.84 | - |
| YUV | 113.15 | 197.9 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 237 | 0.22 | 0.78 | 0 | 0.07 | 282.72 | 0.84 | 0.57 |
| Hex | B8 | 35 | ED | 16 | 4E | 0 | 7 | 11B | 54 | 39 |
| Octal | 270 | 65 | 355 | 26 | 116 | 0 | 7 | 433 | 124 | 71 |
| Binary | 10111000 | 110101 | 11101101 | 10110 | 1001110 | 0 | 111 | 100011011 | 1010100 | 111001 |
Color Harmonies of #B835ED
Complementary color
Monochromatic Colors of #B835ED
Black with #B835ED
Text Example
Text Example
White with #B835ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B835ED; }
p { color: rgb(184,53,237); }
H1.HeaderClassName
{
color: #B835ED;
}
.AnyTagClassName
{
color: #B835ED;
}
</style>
background-color css
<style>
a { background-color: #B835ED; }
a { background-color: rgb(184,53,237); }
div.DivClassName
{
background-color: #B835ED;
}
.BgClassName
{
background-color: #B835ED;
}
</style>
border-color css
<style>
span { border-color: #B835ED; }
span { border-color: rgb(184,53,237); }
td.TdClassName
{
border-color: #B835ED;
}
.TagClassName
{
border-color: #B835ED;
}
</style>