Shades of Medium Orchid #B544FA
Tints of Medium Orchid #B544FA
RGB
CMYK
RGB Variations
Color information
#B544FA (or 0xB544FA) is known color: Medium Orchid. HEX triplet: B5, 44 and FA. RGB value is (181,68,250). Sum of RGB (Red+Green+Blue) = 181+68+250=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #B544FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544FA is #4ABB05. Grayscale: #797979. Windows color (decimal): -4897542 or 16401589. OLE color: 16401589.
HSL color Cylindrical-coordinate representation of color #B544FA: hue angle of 277.25º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B544FA is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 68 | 250 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.02 |
| HSL | 277.25º | 0.95% | 0.62% | - |
| HSV(B) | 277.25º | 0.73% | 0.98% | - |
| XYZ | 38.38 | 20.86 | 92.45 | - |
| YUV | 122.54 | 199.94 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 250 | 0.28 | 0.73 | 0 | 0.02 | 277.25 | 0.95 | 0.62 |
| Hex | B5 | 44 | FA | 1C | 49 | 0 | 2 | 115 | 5F | 3E |
| Octal | 265 | 104 | 372 | 34 | 111 | 0 | 2 | 425 | 137 | 76 |
| Binary | 10110101 | 1000100 | 11111010 | 11100 | 1001001 | 0 | 10 | 100010101 | 1011111 | 111110 |
Color Harmonies of #B544FA
Complementary color
Monochromatic Colors of #B544FA
Black with #B544FA
Text Example
Text Example
White with #B544FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B544FA; }
p { color: rgb(181,68,250); }
H1.HeaderClassName
{
color: #B544FA;
}
.AnyTagClassName
{
color: #B544FA;
}
</style>
background-color css
<style>
a { background-color: #B544FA; }
a { background-color: rgb(181,68,250); }
div.DivClassName
{
background-color: #B544FA;
}
.BgClassName
{
background-color: #B544FA;
}
</style>
border-color css
<style>
span { border-color: #B544FA; }
span { border-color: rgb(181,68,250); }
td.TdClassName
{
border-color: #B544FA;
}
.TagClassName
{
border-color: #B544FA;
}
</style>