Shades of Medium Orchid #B83BDB
Tints of Medium Orchid #B83BDB
RGB
CMYK
RGB Variations
Color information
#B83BDB (or 0xB83BDB) is known color: Medium Orchid. HEX triplet: B8, 3B and DB. RGB value is (184,59,219). Sum of RGB (Red+Green+Blue) = 184+59+219=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #B83BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BDB is #47C424. Grayscale: #727272. Windows color (decimal): -4703269 or 14367672. OLE color: 14367672.
HSL color Cylindrical-coordinate representation of color #B83BDB: hue angle of 286.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83BDB is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 59 | 219 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.14 |
| HSL | 286.88º | 0.69% | 0.55% | - |
| HSV(B) | 286.88º | 0.73% | 0.86% | - |
| XYZ | 34.12 | 18.43 | 68.78 | - |
| YUV | 114.62 | 186.91 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 219 | 0.16 | 0.73 | 0 | 0.14 | 286.88 | 0.69 | 0.55 |
| Hex | B8 | 3B | DB | 10 | 49 | 0 | E | 11F | 45 | 37 |
| Octal | 270 | 73 | 333 | 20 | 111 | 0 | 16 | 437 | 105 | 67 |
| Binary | 10111000 | 111011 | 11011011 | 10000 | 1001001 | 0 | 1110 | 100011111 | 1000101 | 110111 |
Color Harmonies of #B83BDB
Complementary color
Monochromatic Colors of #B83BDB
Black with #B83BDB
Text Example
Text Example
White with #B83BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BDB; }
p { color: rgb(184,59,219); }
H1.HeaderClassName
{
color: #B83BDB;
}
.AnyTagClassName
{
color: #B83BDB;
}
</style>
background-color css
<style>
a { background-color: #B83BDB; }
a { background-color: rgb(184,59,219); }
div.DivClassName
{
background-color: #B83BDB;
}
.BgClassName
{
background-color: #B83BDB;
}
</style>
border-color css
<style>
span { border-color: #B83BDB; }
span { border-color: rgb(184,59,219); }
td.TdClassName
{
border-color: #B83BDB;
}
.TagClassName
{
border-color: #B83BDB;
}
</style>