Shades of Medium Orchid #B542F7
Tints of Medium Orchid #B542F7
RGB
CMYK
RGB Variations
Color information
#B542F7 (or 0xB542F7) is known color: Medium Orchid. HEX triplet: B5, 42 and F7. RGB value is (181,66,247). Sum of RGB (Red+Green+Blue) = 181+66+247=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 66 (26.17% from 255 or 13.36% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #B542F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542F7 is #4ABD08. Grayscale: #787878. Windows color (decimal): -4898057 or 16204469. OLE color: 16204469.
HSL color Cylindrical-coordinate representation of color #B542F7: hue angle of 278.12º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B542F7 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 66 | 247 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.03 |
| HSL | 278.12º | 0.92% | 0.61% | - |
| HSV(B) | 278.12º | 0.73% | 0.97% | - |
| XYZ | 37.79 | 20.44 | 89.95 | - |
| YUV | 121.02 | 199.1 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 247 | 0.27 | 0.73 | 0 | 0.03 | 278.12 | 0.92 | 0.61 |
| Hex | B5 | 42 | F7 | 1B | 49 | 0 | 3 | 116 | 5C | 3D |
| Octal | 265 | 102 | 367 | 33 | 111 | 0 | 3 | 426 | 134 | 75 |
| Binary | 10110101 | 1000010 | 11110111 | 11011 | 1001001 | 0 | 11 | 100010110 | 1011100 | 111101 |
Color Harmonies of #B542F7
Complementary color
Monochromatic Colors of #B542F7
Black with #B542F7
Text Example
Text Example
White with #B542F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542F7; }
p { color: rgb(181,66,247); }
H1.HeaderClassName
{
color: #B542F7;
}
.AnyTagClassName
{
color: #B542F7;
}
</style>
background-color css
<style>
a { background-color: #B542F7; }
a { background-color: rgb(181,66,247); }
div.DivClassName
{
background-color: #B542F7;
}
.BgClassName
{
background-color: #B542F7;
}
</style>
border-color css
<style>
span { border-color: #B542F7; }
span { border-color: rgb(181,66,247); }
td.TdClassName
{
border-color: #B542F7;
}
.TagClassName
{
border-color: #B542F7;
}
</style>