Shades of Medium Orchid #B543F2
Tints of Medium Orchid #B543F2
RGB
CMYK
RGB Variations
Color information
#B543F2 (or 0xB543F2) is known color: Medium Orchid. HEX triplet: B5, 43 and F2. RGB value is (181,67,242). Sum of RGB (Red+Green+Blue) = 181+67+242=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #B543F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B543F2 is #4ABC0D. Grayscale: #787878. Windows color (decimal): -4897806 or 15877045. OLE color: 15877045.
HSL color Cylindrical-coordinate representation of color #B543F2: hue angle of 279.09º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B543F2 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 67 | 242 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.05 |
| HSL | 279.09º | 0.87% | 0.61% | - |
| HSV(B) | 279.09º | 0.72% | 0.95% | - |
| XYZ | 37.09 | 20.25 | 85.96 | - |
| YUV | 121.04 | 196.27 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 242 | 0.25 | 0.72 | 0 | 0.05 | 279.09 | 0.87 | 0.61 |
| Hex | B5 | 43 | F2 | 19 | 48 | 0 | 5 | 117 | 57 | 3D |
| Octal | 265 | 103 | 362 | 31 | 110 | 0 | 5 | 427 | 127 | 75 |
| Binary | 10110101 | 1000011 | 11110010 | 11001 | 1001000 | 0 | 101 | 100010111 | 1010111 | 111101 |
Color Harmonies of #B543F2
Complementary color
Monochromatic Colors of #B543F2
Black with #B543F2
Text Example
Text Example
White with #B543F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543F2; }
p { color: rgb(181,67,242); }
H1.HeaderClassName
{
color: #B543F2;
}
.AnyTagClassName
{
color: #B543F2;
}
</style>
background-color css
<style>
a { background-color: #B543F2; }
a { background-color: rgb(181,67,242); }
div.DivClassName
{
background-color: #B543F2;
}
.BgClassName
{
background-color: #B543F2;
}
</style>
border-color css
<style>
span { border-color: #B543F2; }
span { border-color: rgb(181,67,242); }
td.TdClassName
{
border-color: #B543F2;
}
.TagClassName
{
border-color: #B543F2;
}
</style>