Shades of Medium Orchid #B449F2
Tints of Medium Orchid #B449F2
RGB
CMYK
RGB Variations
Color information
#B449F2 (or 0xB449F2) is known color: Medium Orchid. HEX triplet: B4, 49 and F2. RGB value is (180,73,242). Sum of RGB (Red+Green+Blue) = 180+73+242=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #B449F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449F2 is #4BB60D. Grayscale: #7B7B7B. Windows color (decimal): -4961806 or 15878580. OLE color: 15878580.
HSL color Cylindrical-coordinate representation of color #B449F2: hue angle of 277.99º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B449F2 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 73 | 242 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.05 |
| HSL | 277.99º | 0.87% | 0.62% | - |
| HSV(B) | 277.99º | 0.7% | 0.95% | - |
| XYZ | 37.23 | 20.88 | 86.07 | - |
| YUV | 124.26 | 194.45 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 242 | 0.26 | 0.70 | 0 | 0.05 | 277.99 | 0.87 | 0.62 |
| Hex | B4 | 49 | F2 | 1A | 46 | 0 | 5 | 116 | 57 | 3E |
| Octal | 264 | 111 | 362 | 32 | 106 | 0 | 5 | 426 | 127 | 76 |
| Binary | 10110100 | 1001001 | 11110010 | 11010 | 1000110 | 0 | 101 | 100010110 | 1010111 | 111110 |
Color Harmonies of #B449F2
Complementary color
Monochromatic Colors of #B449F2
Black with #B449F2
Text Example
Text Example
White with #B449F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449F2; }
p { color: rgb(180,73,242); }
H1.HeaderClassName
{
color: #B449F2;
}
.AnyTagClassName
{
color: #B449F2;
}
</style>
background-color css
<style>
a { background-color: #B449F2; }
a { background-color: rgb(180,73,242); }
div.DivClassName
{
background-color: #B449F2;
}
.BgClassName
{
background-color: #B449F2;
}
</style>
border-color css
<style>
span { border-color: #B449F2; }
span { border-color: rgb(180,73,242); }
td.TdClassName
{
border-color: #B449F2;
}
.TagClassName
{
border-color: #B449F2;
}
</style>