Shades of Medium Orchid #B543F8
Tints of Medium Orchid #B543F8
RGB
CMYK
RGB Variations
Color information
#B543F8 (or 0xB543F8) is known color: Medium Orchid. HEX triplet: B5, 43 and F8. RGB value is (181,67,248). Sum of RGB (Red+Green+Blue) = 181+67+248=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #B543F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B543F8 is #4ABC07. Grayscale: #797979. Windows color (decimal): -4897800 or 16270261. OLE color: 16270261.
HSL color Cylindrical-coordinate representation of color #B543F8: hue angle of 277.79º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B543F8 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 67 | 248 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.03 |
| HSL | 277.79º | 0.93% | 0.62% | - |
| HSV(B) | 277.79º | 0.73% | 0.97% | - |
| XYZ | 38.01 | 20.62 | 90.78 | - |
| YUV | 121.72 | 199.27 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 248 | 0.27 | 0.73 | 0 | 0.03 | 277.79 | 0.93 | 0.62 |
| Hex | B5 | 43 | F8 | 1B | 49 | 0 | 3 | 116 | 5D | 3E |
| Octal | 265 | 103 | 370 | 33 | 111 | 0 | 3 | 426 | 135 | 76 |
| Binary | 10110101 | 1000011 | 11111000 | 11011 | 1001001 | 0 | 11 | 100010110 | 1011101 | 111110 |
Color Harmonies of #B543F8
Complementary color
Monochromatic Colors of #B543F8
Black with #B543F8
Text Example
Text Example
White with #B543F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543F8; }
p { color: rgb(181,67,248); }
H1.HeaderClassName
{
color: #B543F8;
}
.AnyTagClassName
{
color: #B543F8;
}
</style>
background-color css
<style>
a { background-color: #B543F8; }
a { background-color: rgb(181,67,248); }
div.DivClassName
{
background-color: #B543F8;
}
.BgClassName
{
background-color: #B543F8;
}
</style>
border-color css
<style>
span { border-color: #B543F8; }
span { border-color: rgb(181,67,248); }
td.TdClassName
{
border-color: #B543F8;
}
.TagClassName
{
border-color: #B543F8;
}
</style>