Shades of Medium Orchid #B249F9
Tints of Medium Orchid #B249F9
RGB
CMYK
RGB Variations
Color information
#B249F9 (or 0xB249F9) is known color: Medium Orchid. HEX triplet: B2, 49 and F9. RGB value is (178,73,249). Sum of RGB (Red+Green+Blue) = 178+73+249=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #B249F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249F9 is #4DB606. Grayscale: #7B7B7B. Windows color (decimal): -5092871 or 16337330. OLE color: 16337330.
HSL color Cylindrical-coordinate representation of color #B249F9: hue angle of 275.8º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B249F9 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 73 | 249 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.02 |
| HSL | 275.8º | 0.94% | 0.63% | - |
| HSV(B) | 275.8º | 0.71% | 0.98% | - |
| XYZ | 37.84 | 21.07 | 91.69 | - |
| YUV | 124.46 | 198.29 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 249 | 0.29 | 0.71 | 0 | 0.02 | 275.8 | 0.94 | 0.63 |
| Hex | B2 | 49 | F9 | 1D | 47 | 0 | 2 | 114 | 5E | 3F |
| Octal | 262 | 111 | 371 | 35 | 107 | 0 | 2 | 424 | 136 | 77 |
| Binary | 10110010 | 1001001 | 11111001 | 11101 | 1000111 | 0 | 10 | 100010100 | 1011110 | 111111 |
Color Harmonies of #B249F9
Complementary color
Monochromatic Colors of #B249F9
Black with #B249F9
Text Example
Text Example
White with #B249F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249F9; }
p { color: rgb(178,73,249); }
H1.HeaderClassName
{
color: #B249F9;
}
.AnyTagClassName
{
color: #B249F9;
}
</style>
background-color css
<style>
a { background-color: #B249F9; }
a { background-color: rgb(178,73,249); }
div.DivClassName
{
background-color: #B249F9;
}
.BgClassName
{
background-color: #B249F9;
}
</style>
border-color css
<style>
span { border-color: #B249F9; }
span { border-color: rgb(178,73,249); }
td.TdClassName
{
border-color: #B249F9;
}
.TagClassName
{
border-color: #B249F9;
}
</style>