Shades of Medium Orchid #B543FF
Tints of Medium Orchid #B543FF
RGB
CMYK
RGB Variations
Color information
#B543FF (or 0xB543FF) is known color: Medium Orchid. HEX triplet: B5, 43 and FF. RGB value is (181,67,255). Sum of RGB (Red+Green+Blue) = 181+67+255=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B543FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B543FF is #4ABC00. Grayscale: #797979. Windows color (decimal): -4897793 or 16729013. OLE color: 16729013.
HSL color Cylindrical-coordinate representation of color #B543FF: hue angle of 276.38º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B543FF is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 67 | 255 | - |
| CMYK | 0.29 | 0.74 | 0 | 0 |
| HSL | 276.38º | 1% | 0.63% | - |
| HSV(B) | 276.38º | 0.74% | 1% | - |
| XYZ | 39.11 | 21.06 | 96.61 | - |
| YUV | 122.52 | 202.77 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 255 | 0.29 | 0.74 | 0 | 0 | 276.38 | 1 | 0.63 |
| Hex | B5 | 43 | FF | 1D | 4A | 0 | 0 | 114 | 64 | 3F |
| Octal | 265 | 103 | 377 | 35 | 112 | 0 | 0 | 424 | 144 | 77 |
| Binary | 10110101 | 1000011 | 11111111 | 11101 | 1001010 | 0 | 0 | 100010100 | 1100100 | 111111 |
Color Harmonies of #B543FF
Complementary color
Monochromatic Colors of #B543FF
Black with #B543FF
Text Example
Text Example
White with #B543FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543FF; }
p { color: rgb(181,67,255); }
H1.HeaderClassName
{
color: #B543FF;
}
.AnyTagClassName
{
color: #B543FF;
}
</style>
background-color css
<style>
a { background-color: #B543FF; }
a { background-color: rgb(181,67,255); }
div.DivClassName
{
background-color: #B543FF;
}
.BgClassName
{
background-color: #B543FF;
}
</style>
border-color css
<style>
span { border-color: #B543FF; }
span { border-color: rgb(181,67,255); }
td.TdClassName
{
border-color: #B543FF;
}
.TagClassName
{
border-color: #B543FF;
}
</style>