Shades of Medium Orchid #B449E5
Tints of Medium Orchid #B449E5
RGB
CMYK
RGB Variations
Color information
#B449E5 (or 0xB449E5) is known color: Medium Orchid. HEX triplet: B4, 49 and E5. RGB value is (180,73,229). Sum of RGB (Red+Green+Blue) = 180+73+229=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #B449E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449E5 is #4BB61A. Grayscale: #7A7A7A. Windows color (decimal): -4961819 or 15026612. OLE color: 15026612.
HSL color Cylindrical-coordinate representation of color #B449E5: hue angle of 281.15º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B449E5 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 73 | 229 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.10 |
| HSL | 281.15º | 0.75% | 0.59% | - |
| HSV(B) | 281.15º | 0.68% | 0.9% | - |
| XYZ | 35.35 | 20.13 | 76.15 | - |
| YUV | 122.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 229 | 0.21 | 0.68 | 0 | 0.10 | 281.15 | 0.75 | 0.59 |
| Hex | B4 | 49 | E5 | 15 | 44 | 0 | A | 119 | 4B | 3B |
| Octal | 264 | 111 | 345 | 25 | 104 | 0 | 12 | 431 | 113 | 73 |
| Binary | 10110100 | 1001001 | 11100101 | 10101 | 1000100 | 0 | 1010 | 100011001 | 1001011 | 111011 |
Color Harmonies of #B449E5
Complementary color
Monochromatic Colors of #B449E5
Black with #B449E5
Text Example
Text Example
White with #B449E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449E5; }
p { color: rgb(180,73,229); }
H1.HeaderClassName
{
color: #B449E5;
}
.AnyTagClassName
{
color: #B449E5;
}
</style>
background-color css
<style>
a { background-color: #B449E5; }
a { background-color: rgb(180,73,229); }
div.DivClassName
{
background-color: #B449E5;
}
.BgClassName
{
background-color: #B449E5;
}
</style>
border-color css
<style>
span { border-color: #B449E5; }
span { border-color: rgb(180,73,229); }
td.TdClassName
{
border-color: #B449E5;
}
.TagClassName
{
border-color: #B449E5;
}
</style>