Shades of Medium Orchid #B449FE
Tints of Medium Orchid #B449FE
RGB
CMYK
RGB Variations
Color information
#B449FE (or 0xB449FE) is known color: Medium Orchid. HEX triplet: B4, 49 and FE. RGB value is (180,73,254). Sum of RGB (Red+Green+Blue) = 180+73+254=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #B449FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449FE is #4BB601. Grayscale: #7D7D7D. Windows color (decimal): -4961794 or 16665012. OLE color: 16665012.
HSL color Cylindrical-coordinate representation of color #B449FE: hue angle of 275.47º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B449FE is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 73 | 254 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.00 |
| HSL | 275.47º | 0.99% | 0.64% | - |
| HSV(B) | 275.47º | 0.71% | 1% | - |
| XYZ | 39.09 | 21.62 | 95.88 | - |
| YUV | 125.63 | 200.45 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 254 | 0.29 | 0.71 | 0 | 0.00 | 275.47 | 0.99 | 0.64 |
| Hex | B4 | 49 | FE | 1D | 47 | 0 | 0 | 113 | 63 | 40 |
| Octal | 264 | 111 | 376 | 35 | 107 | 0 | 0 | 423 | 143 | 100 |
| Binary | 10110100 | 1001001 | 11111110 | 11101 | 1000111 | 0 | 0 | 100010011 | 1100011 | 1000000 |
Color Harmonies of #B449FE
Complementary color
Monochromatic Colors of #B449FE
Black with #B449FE
Text Example
Text Example
White with #B449FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449FE; }
p { color: rgb(180,73,254); }
H1.HeaderClassName
{
color: #B449FE;
}
.AnyTagClassName
{
color: #B449FE;
}
</style>
background-color css
<style>
a { background-color: #B449FE; }
a { background-color: rgb(180,73,254); }
div.DivClassName
{
background-color: #B449FE;
}
.BgClassName
{
background-color: #B449FE;
}
</style>
border-color css
<style>
span { border-color: #B449FE; }
span { border-color: rgb(180,73,254); }
td.TdClassName
{
border-color: #B449FE;
}
.TagClassName
{
border-color: #B449FE;
}
</style>