Shades of Medium Orchid #B536F0
Tints of Medium Orchid #B536F0
RGB
CMYK
RGB Variations
Color information
#B536F0 (or 0xB536F0) is known color: Medium Orchid. HEX triplet: B5, 36 and F0. RGB value is (181,54,240). Sum of RGB (Red+Green+Blue) = 181+54+240=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #B536F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B536F0 is #4AC90F. Grayscale: #707070. Windows color (decimal): -4901136 or 15742645. OLE color: 15742645.
HSL color Cylindrical-coordinate representation of color #B536F0: hue angle of 280.97º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B536F0 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 54 | 240 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.06 |
| HSL | 280.97º | 0.86% | 0.58% | - |
| HSV(B) | 280.97º | 0.78% | 0.94% | - |
| XYZ | 36.1 | 18.75 | 84.15 | - |
| YUV | 113.18 | 199.58 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 240 | 0.25 | 0.78 | 0 | 0.06 | 280.97 | 0.86 | 0.58 |
| Hex | B5 | 36 | F0 | 19 | 4E | 0 | 6 | 119 | 56 | 3A |
| Octal | 265 | 66 | 360 | 31 | 116 | 0 | 6 | 431 | 126 | 72 |
| Binary | 10110101 | 110110 | 11110000 | 11001 | 1001110 | 0 | 110 | 100011001 | 1010110 | 111010 |
Color Harmonies of #B536F0
Complementary color
Monochromatic Colors of #B536F0
Black with #B536F0
Text Example
Text Example
White with #B536F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B536F0; }
p { color: rgb(181,54,240); }
H1.HeaderClassName
{
color: #B536F0;
}
.AnyTagClassName
{
color: #B536F0;
}
</style>
background-color css
<style>
a { background-color: #B536F0; }
a { background-color: rgb(181,54,240); }
div.DivClassName
{
background-color: #B536F0;
}
.BgClassName
{
background-color: #B536F0;
}
</style>
border-color css
<style>
span { border-color: #B536F0; }
span { border-color: rgb(181,54,240); }
td.TdClassName
{
border-color: #B536F0;
}
.TagClassName
{
border-color: #B536F0;
}
</style>