Shades of Medium Orchid #B84FDB
Tints of Medium Orchid #B84FDB
RGB
CMYK
RGB Variations
Color information
#B84FDB (or 0xB84FDB) is known color: Medium Orchid. HEX triplet: B8, 4F and DB. RGB value is (184,79,219). Sum of RGB (Red+Green+Blue) = 184+79+219=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #B84FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FDB is #47B024. Grayscale: #7D7D7D. Windows color (decimal): -4698149 or 14372792. OLE color: 14372792.
HSL color Cylindrical-coordinate representation of color #B84FDB: hue angle of 285º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84FDB is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 79 | 219 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.14 |
| HSL | 285º | 0.66% | 0.58% | - |
| HSV(B) | 285º | 0.64% | 0.86% | - |
| XYZ | 35.35 | 20.9 | 69.19 | - |
| YUV | 126.36 | 180.29 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 219 | 0.16 | 0.64 | 0 | 0.14 | 285 | 0.66 | 0.58 |
| Hex | B8 | 4F | DB | 10 | 40 | 0 | E | 11D | 42 | 3A |
| Octal | 270 | 117 | 333 | 20 | 100 | 0 | 16 | 435 | 102 | 72 |
| Binary | 10111000 | 1001111 | 11011011 | 10000 | 1000000 | 0 | 1110 | 100011101 | 1000010 | 111010 |
Color Harmonies of #B84FDB
Complementary color
Monochromatic Colors of #B84FDB
Black with #B84FDB
Text Example
Text Example
White with #B84FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FDB; }
p { color: rgb(184,79,219); }
H1.HeaderClassName
{
color: #B84FDB;
}
.AnyTagClassName
{
color: #B84FDB;
}
</style>
background-color css
<style>
a { background-color: #B84FDB; }
a { background-color: rgb(184,79,219); }
div.DivClassName
{
background-color: #B84FDB;
}
.BgClassName
{
background-color: #B84FDB;
}
</style>
border-color css
<style>
span { border-color: #B84FDB; }
span { border-color: rgb(184,79,219); }
td.TdClassName
{
border-color: #B84FDB;
}
.TagClassName
{
border-color: #B84FDB;
}
</style>