Shades of Medium Orchid #B249DD
Tints of Medium Orchid #B249DD
RGB
CMYK
RGB Variations
Color information
#B249DD (or 0xB249DD) is known color: Medium Orchid. HEX triplet: B2, 49 and DD. RGB value is (178,73,221). Sum of RGB (Red+Green+Blue) = 178+73+221=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #B249DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249DD is #4DB622. Grayscale: #787878. Windows color (decimal): -5092899 or 14502322. OLE color: 14502322.
HSL color Cylindrical-coordinate representation of color #B249DD: hue angle of 282.57º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B249DD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 73 | 221 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.13 |
| HSL | 282.57º | 0.69% | 0.58% | - |
| HSV(B) | 282.57º | 0.67% | 0.87% | - |
| XYZ | 33.79 | 19.45 | 70.38 | - |
| YUV | 121.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 221 | 0.19 | 0.67 | 0 | 0.13 | 282.57 | 0.69 | 0.58 |
| Hex | B2 | 49 | DD | 13 | 43 | 0 | D | 11B | 45 | 3A |
| Octal | 262 | 111 | 335 | 23 | 103 | 0 | 15 | 433 | 105 | 72 |
| Binary | 10110010 | 1001001 | 11011101 | 10011 | 1000011 | 0 | 1101 | 100011011 | 1000101 | 111010 |
Color Harmonies of #B249DD
Complementary color
Monochromatic Colors of #B249DD
Black with #B249DD
Text Example
Text Example
White with #B249DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249DD; }
p { color: rgb(178,73,221); }
H1.HeaderClassName
{
color: #B249DD;
}
.AnyTagClassName
{
color: #B249DD;
}
</style>
background-color css
<style>
a { background-color: #B249DD; }
a { background-color: rgb(178,73,221); }
div.DivClassName
{
background-color: #B249DD;
}
.BgClassName
{
background-color: #B249DD;
}
</style>
border-color css
<style>
span { border-color: #B249DD; }
span { border-color: rgb(178,73,221); }
td.TdClassName
{
border-color: #B249DD;
}
.TagClassName
{
border-color: #B249DD;
}
</style>