Shades of Medium Orchid #B83ED5
Tints of Medium Orchid #B83ED5
RGB
CMYK
RGB Variations
Color information
#B83ED5 (or 0xB83ED5) is known color: Medium Orchid. HEX triplet: B8, 3E and D5. RGB value is (184,62,213). Sum of RGB (Red+Green+Blue) = 184+62+213=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #B83ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ED5 is #47C12A. Grayscale: #737373. Windows color (decimal): -4702507 or 13975224. OLE color: 13975224.
HSL color Cylindrical-coordinate representation of color #B83ED5: hue angle of 288.48º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83ED5 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 62 | 213 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.16 |
| HSL | 288.48º | 0.64% | 0.54% | - |
| HSV(B) | 288.48º | 0.71% | 0.84% | - |
| XYZ | 33.5 | 18.44 | 64.74 | - |
| YUV | 115.69 | 182.92 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 213 | 0.14 | 0.71 | 0 | 0.16 | 288.48 | 0.64 | 0.54 |
| Hex | B8 | 3E | D5 | E | 47 | 0 | 10 | 120 | 40 | 36 |
| Octal | 270 | 76 | 325 | 16 | 107 | 0 | 20 | 440 | 100 | 66 |
| Binary | 10111000 | 111110 | 11010101 | 1110 | 1000111 | 0 | 10000 | 100100000 | 1000000 | 110110 |
Color Harmonies of #B83ED5
Complementary color
Monochromatic Colors of #B83ED5
Black with #B83ED5
Text Example
Text Example
White with #B83ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83ED5; }
p { color: rgb(184,62,213); }
H1.HeaderClassName
{
color: #B83ED5;
}
.AnyTagClassName
{
color: #B83ED5;
}
</style>
background-color css
<style>
a { background-color: #B83ED5; }
a { background-color: rgb(184,62,213); }
div.DivClassName
{
background-color: #B83ED5;
}
.BgClassName
{
background-color: #B83ED5;
}
</style>
border-color css
<style>
span { border-color: #B83ED5; }
span { border-color: rgb(184,62,213); }
td.TdClassName
{
border-color: #B83ED5;
}
.TagClassName
{
border-color: #B83ED5;
}
</style>