Shades of Medium Orchid #B849DB
Tints of Medium Orchid #B849DB
RGB
CMYK
RGB Variations
Color information
#B849DB (or 0xB849DB) is known color: Medium Orchid. HEX triplet: B8, 49 and DB. RGB value is (184,73,219). Sum of RGB (Red+Green+Blue) = 184+73+219=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #B849DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849DB is #47B624. Grayscale: #7A7A7A. Windows color (decimal): -4699685 or 14371256. OLE color: 14371256.
HSL color Cylindrical-coordinate representation of color #B849DB: hue angle of 285.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B849DB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 73 | 219 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.14 |
| HSL | 285.62º | 0.67% | 0.57% | - |
| HSV(B) | 285.62º | 0.67% | 0.86% | - |
| XYZ | 34.94 | 20.07 | 69.05 | - |
| YUV | 122.83 | 182.27 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 219 | 0.16 | 0.67 | 0 | 0.14 | 285.62 | 0.67 | 0.57 |
| Hex | B8 | 49 | DB | 10 | 43 | 0 | E | 11E | 43 | 39 |
| Octal | 270 | 111 | 333 | 20 | 103 | 0 | 16 | 436 | 103 | 71 |
| Binary | 10111000 | 1001001 | 11011011 | 10000 | 1000011 | 0 | 1110 | 100011110 | 1000011 | 111001 |
Color Harmonies of #B849DB
Complementary color
Monochromatic Colors of #B849DB
Black with #B849DB
Text Example
Text Example
White with #B849DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849DB; }
p { color: rgb(184,73,219); }
H1.HeaderClassName
{
color: #B849DB;
}
.AnyTagClassName
{
color: #B849DB;
}
</style>
background-color css
<style>
a { background-color: #B849DB; }
a { background-color: rgb(184,73,219); }
div.DivClassName
{
background-color: #B849DB;
}
.BgClassName
{
background-color: #B849DB;
}
</style>
border-color css
<style>
span { border-color: #B849DB; }
span { border-color: rgb(184,73,219); }
td.TdClassName
{
border-color: #B849DB;
}
.TagClassName
{
border-color: #B849DB;
}
</style>