Shades of Medium Orchid #B449EF
Tints of Medium Orchid #B449EF
RGB
CMYK
RGB Variations
Color information
#B449EF (or 0xB449EF) is known color: Medium Orchid. HEX triplet: B4, 49 and EF. RGB value is (180,73,239). Sum of RGB (Red+Green+Blue) = 180+73+239=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #B449EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449EF is #4BB610. Grayscale: #7B7B7B. Windows color (decimal): -4961809 or 15681972. OLE color: 15681972.
HSL color Cylindrical-coordinate representation of color #B449EF: hue angle of 278.67º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B449EF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 73 | 239 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.06 |
| HSL | 278.67º | 0.84% | 0.61% | - |
| HSV(B) | 278.67º | 0.69% | 0.94% | - |
| XYZ | 36.78 | 20.7 | 83.72 | - |
| YUV | 123.92 | 192.95 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 239 | 0.25 | 0.69 | 0 | 0.06 | 278.67 | 0.84 | 0.61 |
| Hex | B4 | 49 | EF | 19 | 45 | 0 | 6 | 117 | 54 | 3D |
| Octal | 264 | 111 | 357 | 31 | 105 | 0 | 6 | 427 | 124 | 75 |
| Binary | 10110100 | 1001001 | 11101111 | 11001 | 1000101 | 0 | 110 | 100010111 | 1010100 | 111101 |
Color Harmonies of #B449EF
Complementary color
Monochromatic Colors of #B449EF
Black with #B449EF
Text Example
Text Example
White with #B449EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449EF; }
p { color: rgb(180,73,239); }
H1.HeaderClassName
{
color: #B449EF;
}
.AnyTagClassName
{
color: #B449EF;
}
</style>
background-color css
<style>
a { background-color: #B449EF; }
a { background-color: rgb(180,73,239); }
div.DivClassName
{
background-color: #B449EF;
}
.BgClassName
{
background-color: #B449EF;
}
</style>
border-color css
<style>
span { border-color: #B449EF; }
span { border-color: rgb(180,73,239); }
td.TdClassName
{
border-color: #B449EF;
}
.TagClassName
{
border-color: #B449EF;
}
</style>