Shades of Medium Orchid #B249E1
Tints of Medium Orchid #B249E1
RGB
CMYK
RGB Variations
Color information
#B249E1 (or 0xB249E1) is known color: Medium Orchid. HEX triplet: B2, 49 and E1. RGB value is (178,73,225). Sum of RGB (Red+Green+Blue) = 178+73+225=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #B249E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249E1 is #4DB61E. Grayscale: #797979. Windows color (decimal): -5092895 or 14764466. OLE color: 14764466.
HSL color Cylindrical-coordinate representation of color #B249E1: hue angle of 281.45º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B249E1 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 73 | 225 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.12 |
| HSL | 281.45º | 0.72% | 0.58% | - |
| HSV(B) | 281.45º | 0.68% | 0.88% | - |
| XYZ | 34.33 | 19.67 | 73.22 | - |
| YUV | 121.72 | 186.29 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 225 | 0.21 | 0.68 | 0 | 0.12 | 281.45 | 0.72 | 0.58 |
| Hex | B2 | 49 | E1 | 15 | 44 | 0 | C | 119 | 48 | 3A |
| Octal | 262 | 111 | 341 | 25 | 104 | 0 | 14 | 431 | 110 | 72 |
| Binary | 10110010 | 1001001 | 11100001 | 10101 | 1000100 | 0 | 1100 | 100011001 | 1001000 | 111010 |
Color Harmonies of #B249E1
Complementary color
Monochromatic Colors of #B249E1
Black with #B249E1
Text Example
Text Example
White with #B249E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249E1; }
p { color: rgb(178,73,225); }
H1.HeaderClassName
{
color: #B249E1;
}
.AnyTagClassName
{
color: #B249E1;
}
</style>
background-color css
<style>
a { background-color: #B249E1; }
a { background-color: rgb(178,73,225); }
div.DivClassName
{
background-color: #B249E1;
}
.BgClassName
{
background-color: #B249E1;
}
</style>
border-color css
<style>
span { border-color: #B249E1; }
span { border-color: rgb(178,73,225); }
td.TdClassName
{
border-color: #B249E1;
}
.TagClassName
{
border-color: #B249E1;
}
</style>