Shades of Medium Orchid #B543FA
Tints of Medium Orchid #B543FA
RGB
CMYK
RGB Variations
Color information
#B543FA (or 0xB543FA) is known color: Medium Orchid. HEX triplet: B5, 43 and FA. RGB value is (181,67,250). Sum of RGB (Red+Green+Blue) = 181+67+250=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #B543FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B543FA is #4ABC05. Grayscale: #797979. Windows color (decimal): -4897798 or 16401333. OLE color: 16401333.
HSL color Cylindrical-coordinate representation of color #B543FA: hue angle of 277.38º 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 #B543FA is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 67 | 250 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.02 |
| HSL | 277.38º | 0.95% | 0.62% | - |
| HSV(B) | 277.38º | 0.73% | 0.98% | - |
| XYZ | 38.32 | 20.74 | 92.43 | - |
| YUV | 121.95 | 200.27 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 250 | 0.28 | 0.73 | 0 | 0.02 | 277.38 | 0.95 | 0.62 |
| Hex | B5 | 43 | FA | 1C | 49 | 0 | 2 | 115 | 5F | 3E |
| Octal | 265 | 103 | 372 | 34 | 111 | 0 | 2 | 425 | 137 | 76 |
| Binary | 10110101 | 1000011 | 11111010 | 11100 | 1001001 | 0 | 10 | 100010101 | 1011111 | 111110 |
Color Harmonies of #B543FA
Complementary color
Monochromatic Colors of #B543FA
Black with #B543FA
Text Example
Text Example
White with #B543FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543FA; }
p { color: rgb(181,67,250); }
H1.HeaderClassName
{
color: #B543FA;
}
.AnyTagClassName
{
color: #B543FA;
}
</style>
background-color css
<style>
a { background-color: #B543FA; }
a { background-color: rgb(181,67,250); }
div.DivClassName
{
background-color: #B543FA;
}
.BgClassName
{
background-color: #B543FA;
}
</style>
border-color css
<style>
span { border-color: #B543FA; }
span { border-color: rgb(181,67,250); }
td.TdClassName
{
border-color: #B543FA;
}
.TagClassName
{
border-color: #B543FA;
}
</style>