Shades of Medium Orchid #B249ED
Tints of Medium Orchid #B249ED
RGB
CMYK
RGB Variations
Color information
#B249ED (or 0xB249ED) is known color: Medium Orchid. HEX triplet: B2, 49 and ED. RGB value is (178,73,237). Sum of RGB (Red+Green+Blue) = 178+73+237=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #B249ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249ED is #4DB612. Grayscale: #7A7A7A. Windows color (decimal): -5092883 or 15550898. OLE color: 15550898.
HSL color Cylindrical-coordinate representation of color #B249ED: hue angle of 278.41º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B249ED is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 73 | 237 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.07 |
| HSL | 278.41º | 0.82% | 0.61% | - |
| HSV(B) | 278.41º | 0.69% | 0.93% | - |
| XYZ | 36.03 | 20.34 | 82.15 | - |
| YUV | 123.09 | 192.29 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 237 | 0.25 | 0.69 | 0 | 0.07 | 278.41 | 0.82 | 0.61 |
| Hex | B2 | 49 | ED | 19 | 45 | 0 | 7 | 116 | 52 | 3D |
| Octal | 262 | 111 | 355 | 31 | 105 | 0 | 7 | 426 | 122 | 75 |
| Binary | 10110010 | 1001001 | 11101101 | 11001 | 1000101 | 0 | 111 | 100010110 | 1010010 | 111101 |
Color Harmonies of #B249ED
Complementary color
Monochromatic Colors of #B249ED
Black with #B249ED
Text Example
Text Example
White with #B249ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249ED; }
p { color: rgb(178,73,237); }
H1.HeaderClassName
{
color: #B249ED;
}
.AnyTagClassName
{
color: #B249ED;
}
</style>
background-color css
<style>
a { background-color: #B249ED; }
a { background-color: rgb(178,73,237); }
div.DivClassName
{
background-color: #B249ED;
}
.BgClassName
{
background-color: #B249ED;
}
</style>
border-color css
<style>
span { border-color: #B249ED; }
span { border-color: rgb(178,73,237); }
td.TdClassName
{
border-color: #B249ED;
}
.TagClassName
{
border-color: #B249ED;
}
</style>