Shades of Medium Orchid #B539F7
Tints of Medium Orchid #B539F7
RGB
CMYK
RGB Variations
Color information
#B539F7 (or 0xB539F7) is known color: Medium Orchid. HEX triplet: B5, 39 and F7. RGB value is (181,57,247). Sum of RGB (Red+Green+Blue) = 181+57+247=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #B539F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B539F7 is #4AC608. Grayscale: #737373. Windows color (decimal): -4900361 or 16202165. OLE color: 16202165.
HSL color Cylindrical-coordinate representation of color #B539F7: hue angle of 279.16º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B539F7 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 57 | 247 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.03 |
| HSL | 279.16º | 0.92% | 0.6% | - |
| HSV(B) | 279.16º | 0.77% | 0.97% | - |
| XYZ | 37.31 | 19.47 | 89.79 | - |
| YUV | 115.74 | 202.08 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 247 | 0.27 | 0.77 | 0 | 0.03 | 279.16 | 0.92 | 0.6 |
| Hex | B5 | 39 | F7 | 1B | 4D | 0 | 3 | 117 | 5C | 3C |
| Octal | 265 | 71 | 367 | 33 | 115 | 0 | 3 | 427 | 134 | 74 |
| Binary | 10110101 | 111001 | 11110111 | 11011 | 1001101 | 0 | 11 | 100010111 | 1011100 | 111100 |
Color Harmonies of #B539F7
Complementary color
Monochromatic Colors of #B539F7
Black with #B539F7
Text Example
Text Example
White with #B539F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B539F7; }
p { color: rgb(181,57,247); }
H1.HeaderClassName
{
color: #B539F7;
}
.AnyTagClassName
{
color: #B539F7;
}
</style>
background-color css
<style>
a { background-color: #B539F7; }
a { background-color: rgb(181,57,247); }
div.DivClassName
{
background-color: #B539F7;
}
.BgClassName
{
background-color: #B539F7;
}
</style>
border-color css
<style>
span { border-color: #B539F7; }
span { border-color: rgb(181,57,247); }
td.TdClassName
{
border-color: #B539F7;
}
.TagClassName
{
border-color: #B539F7;
}
</style>