Shades of Medium Orchid #B543FC
Tints of Medium Orchid #B543FC
RGB
CMYK
RGB Variations
Color information
#B543FC (or 0xB543FC) is known color: Medium Orchid. HEX triplet: B5, 43 and FC. RGB value is (181,67,252). Sum of RGB (Red+Green+Blue) = 181+67+252=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #B543FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B543FC is #4ABC03. Grayscale: #797979. Windows color (decimal): -4897796 or 16532405. OLE color: 16532405.
HSL color Cylindrical-coordinate representation of color #B543FC: hue angle of 276.97º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B543FC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 67 | 252 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.01 |
| HSL | 276.97º | 0.97% | 0.63% | - |
| HSV(B) | 276.97º | 0.73% | 0.99% | - |
| XYZ | 38.63 | 20.87 | 94.09 | - |
| YUV | 122.18 | 201.27 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 252 | 0.28 | 0.73 | 0 | 0.01 | 276.97 | 0.97 | 0.63 |
| Hex | B5 | 43 | FC | 1C | 49 | 0 | 1 | 115 | 61 | 3F |
| Octal | 265 | 103 | 374 | 34 | 111 | 0 | 1 | 425 | 141 | 77 |
| Binary | 10110101 | 1000011 | 11111100 | 11100 | 1001001 | 0 | 1 | 100010101 | 1100001 | 111111 |
Color Harmonies of #B543FC
Complementary color
Monochromatic Colors of #B543FC
Black with #B543FC
Text Example
Text Example
White with #B543FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543FC; }
p { color: rgb(181,67,252); }
H1.HeaderClassName
{
color: #B543FC;
}
.AnyTagClassName
{
color: #B543FC;
}
</style>
background-color css
<style>
a { background-color: #B543FC; }
a { background-color: rgb(181,67,252); }
div.DivClassName
{
background-color: #B543FC;
}
.BgClassName
{
background-color: #B543FC;
}
</style>
border-color css
<style>
span { border-color: #B543FC; }
span { border-color: rgb(181,67,252); }
td.TdClassName
{
border-color: #B543FC;
}
.TagClassName
{
border-color: #B543FC;
}
</style>