Shades of Medium Orchid #B249C4
Tints of Medium Orchid #B249C4
RGB
CMYK
RGB Variations
Color information
#B249C4 (or 0xB249C4) is known color: Medium Orchid. HEX triplet: B2, 49 and C4. RGB value is (178,73,196). Sum of RGB (Red+Green+Blue) = 178+73+196=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #B249C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249C4 is #4DB63B. Grayscale: #767676. Windows color (decimal): -5092924 or 12863922. OLE color: 12863922.
HSL color Cylindrical-coordinate representation of color #B249C4: hue angle of 291.22º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B249C4 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 73 | 196 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.23 |
| HSL | 291.22º | 0.51% | 0.53% | - |
| HSV(B) | 291.22º | 0.63% | 0.77% | - |
| XYZ | 30.71 | 18.22 | 54.12 | - |
| YUV | 118.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 196 | 0.09 | 0.63 | 0 | 0.23 | 291.22 | 0.51 | 0.53 |
| Hex | B2 | 49 | C4 | 9 | 3F | 0 | 17 | 123 | 33 | 35 |
| Octal | 262 | 111 | 304 | 11 | 77 | 0 | 27 | 443 | 63 | 65 |
| Binary | 10110010 | 1001001 | 11000100 | 1001 | 111111 | 0 | 10111 | 100100011 | 110011 | 110101 |
Color Harmonies of #B249C4
Complementary color
Monochromatic Colors of #B249C4
Black with #B249C4
Text Example
Text Example
White with #B249C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249C4; }
p { color: rgb(178,73,196); }
H1.HeaderClassName
{
color: #B249C4;
}
.AnyTagClassName
{
color: #B249C4;
}
</style>
background-color css
<style>
a { background-color: #B249C4; }
a { background-color: rgb(178,73,196); }
div.DivClassName
{
background-color: #B249C4;
}
.BgClassName
{
background-color: #B249C4;
}
</style>
border-color css
<style>
span { border-color: #B249C4; }
span { border-color: rgb(178,73,196); }
td.TdClassName
{
border-color: #B249C4;
}
.TagClassName
{
border-color: #B249C4;
}
</style>