Shades of Medium Orchid #B249DB
Tints of Medium Orchid #B249DB
RGB
CMYK
RGB Variations
Color information
#B249DB (or 0xB249DB) is known color: Medium Orchid. HEX triplet: B2, 49 and DB. RGB value is (178,73,219). Sum of RGB (Red+Green+Blue) = 178+73+219=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #B249DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249DB is #4DB624. Grayscale: #787878. Windows color (decimal): -5092901 or 14371250. OLE color: 14371250.
HSL color Cylindrical-coordinate representation of color #B249DB: hue angle of 283.15º 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 #B249DB is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 73 | 219 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.14 |
| HSL | 283.15º | 0.67% | 0.57% | - |
| HSV(B) | 283.15º | 0.67% | 0.86% | - |
| XYZ | 33.53 | 19.34 | 68.98 | - |
| YUV | 121.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 219 | 0.19 | 0.67 | 0 | 0.14 | 283.15 | 0.67 | 0.57 |
| Hex | B2 | 49 | DB | 13 | 43 | 0 | E | 11B | 43 | 39 |
| Octal | 262 | 111 | 333 | 23 | 103 | 0 | 16 | 433 | 103 | 71 |
| Binary | 10110010 | 1001001 | 11011011 | 10011 | 1000011 | 0 | 1110 | 100011011 | 1000011 | 111001 |
Color Harmonies of #B249DB
Complementary color
Monochromatic Colors of #B249DB
Black with #B249DB
Text Example
Text Example
White with #B249DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249DB; }
p { color: rgb(178,73,219); }
H1.HeaderClassName
{
color: #B249DB;
}
.AnyTagClassName
{
color: #B249DB;
}
</style>
background-color css
<style>
a { background-color: #B249DB; }
a { background-color: rgb(178,73,219); }
div.DivClassName
{
background-color: #B249DB;
}
.BgClassName
{
background-color: #B249DB;
}
</style>
border-color css
<style>
span { border-color: #B249DB; }
span { border-color: rgb(178,73,219); }
td.TdClassName
{
border-color: #B249DB;
}
.TagClassName
{
border-color: #B249DB;
}
</style>