Shades of Medium Orchid #B83FDB
Tints of Medium Orchid #B83FDB
RGB
CMYK
RGB Variations
Color information
#B83FDB (or 0xB83FDB) is known color: Medium Orchid. HEX triplet: B8, 3F and DB. RGB value is (184,63,219). Sum of RGB (Red+Green+Blue) = 184+63+219=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #B83FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FDB is #47C024. Grayscale: #747474. Windows color (decimal): -4702245 or 14368696. OLE color: 14368696.
HSL color Cylindrical-coordinate representation of color #B83FDB: hue angle of 286.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83FDB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 63 | 219 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.14 |
| HSL | 286.54º | 0.68% | 0.55% | - |
| HSV(B) | 286.54º | 0.71% | 0.86% | - |
| XYZ | 34.33 | 18.86 | 68.85 | - |
| YUV | 116.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 219 | 0.16 | 0.71 | 0 | 0.14 | 286.54 | 0.68 | 0.55 |
| Hex | B8 | 3F | DB | 10 | 47 | 0 | E | 11F | 44 | 37 |
| Octal | 270 | 77 | 333 | 20 | 107 | 0 | 16 | 437 | 104 | 67 |
| Binary | 10111000 | 111111 | 11011011 | 10000 | 1000111 | 0 | 1110 | 100011111 | 1000100 | 110111 |
Color Harmonies of #B83FDB
Complementary color
Monochromatic Colors of #B83FDB
Black with #B83FDB
Text Example
Text Example
White with #B83FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FDB; }
p { color: rgb(184,63,219); }
H1.HeaderClassName
{
color: #B83FDB;
}
.AnyTagClassName
{
color: #B83FDB;
}
</style>
background-color css
<style>
a { background-color: #B83FDB; }
a { background-color: rgb(184,63,219); }
div.DivClassName
{
background-color: #B83FDB;
}
.BgClassName
{
background-color: #B83FDB;
}
</style>
border-color css
<style>
span { border-color: #B83FDB; }
span { border-color: rgb(184,63,219); }
td.TdClassName
{
border-color: #B83FDB;
}
.TagClassName
{
border-color: #B83FDB;
}
</style>