Shades of Medium Orchid #B83BD8
Tints of Medium Orchid #B83BD8
RGB
CMYK
RGB Variations
Color information
#B83BD8 (or 0xB83BD8) is known color: Medium Orchid. HEX triplet: B8, 3B and D8. RGB value is (184,59,216). Sum of RGB (Red+Green+Blue) = 184+59+216=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #B83BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BD8 is #47C427. Grayscale: #717171. Windows color (decimal): -4703272 or 14171064. OLE color: 14171064.
HSL color Cylindrical-coordinate representation of color #B83BD8: hue angle of 287.77º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83BD8 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 59 | 216 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.15 |
| HSL | 287.77º | 0.67% | 0.54% | - |
| HSV(B) | 287.77º | 0.73% | 0.85% | - |
| XYZ | 33.73 | 18.28 | 66.72 | - |
| YUV | 114.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 216 | 0.15 | 0.73 | 0 | 0.15 | 287.77 | 0.67 | 0.54 |
| Hex | B8 | 3B | D8 | F | 49 | 0 | F | 120 | 43 | 36 |
| Octal | 270 | 73 | 330 | 17 | 111 | 0 | 17 | 440 | 103 | 66 |
| Binary | 10111000 | 111011 | 11011000 | 1111 | 1001001 | 0 | 1111 | 100100000 | 1000011 | 110110 |
Color Harmonies of #B83BD8
Complementary color
Monochromatic Colors of #B83BD8
Black with #B83BD8
Text Example
Text Example
White with #B83BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BD8; }
p { color: rgb(184,59,216); }
H1.HeaderClassName
{
color: #B83BD8;
}
.AnyTagClassName
{
color: #B83BD8;
}
</style>
background-color css
<style>
a { background-color: #B83BD8; }
a { background-color: rgb(184,59,216); }
div.DivClassName
{
background-color: #B83BD8;
}
.BgClassName
{
background-color: #B83BD8;
}
</style>
border-color css
<style>
span { border-color: #B83BD8; }
span { border-color: rgb(184,59,216); }
td.TdClassName
{
border-color: #B83BD8;
}
.TagClassName
{
border-color: #B83BD8;
}
</style>