Shades of Medium Orchid #B536D8
Tints of Medium Orchid #B536D8
RGB
CMYK
RGB Variations
Color information
#B536D8 (or 0xB536D8) is known color: Medium Orchid. HEX triplet: B5, 36 and D8. RGB value is (181,54,216). Sum of RGB (Red+Green+Blue) = 181+54+216=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #B536D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536D8 is #4AC927. Grayscale: #6D6D6D. Windows color (decimal): -4901160 or 14169781. OLE color: 14169781.
HSL color Cylindrical-coordinate representation of color #B536D8: hue angle of 287.04º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B536D8 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 54 | 216 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.15 |
| HSL | 287.04º | 0.68% | 0.53% | - |
| HSV(B) | 287.04º | 0.75% | 0.85% | - |
| XYZ | 32.77 | 17.42 | 66.6 | - |
| YUV | 110.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 216 | 0.16 | 0.75 | 0 | 0.15 | 287.04 | 0.68 | 0.53 |
| Hex | B5 | 36 | D8 | 10 | 4B | 0 | F | 11F | 44 | 35 |
| Octal | 265 | 66 | 330 | 20 | 113 | 0 | 17 | 437 | 104 | 65 |
| Binary | 10110101 | 110110 | 11011000 | 10000 | 1001011 | 0 | 1111 | 100011111 | 1000100 | 110101 |
Color Harmonies of #B536D8
Complementary color
Monochromatic Colors of #B536D8
Black with #B536D8
Text Example
Text Example
White with #B536D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B536D8; }
p { color: rgb(181,54,216); }
H1.HeaderClassName
{
color: #B536D8;
}
.AnyTagClassName
{
color: #B536D8;
}
</style>
background-color css
<style>
a { background-color: #B536D8; }
a { background-color: rgb(181,54,216); }
div.DivClassName
{
background-color: #B536D8;
}
.BgClassName
{
background-color: #B536D8;
}
</style>
border-color css
<style>
span { border-color: #B536D8; }
span { border-color: rgb(181,54,216); }
td.TdClassName
{
border-color: #B536D8;
}
.TagClassName
{
border-color: #B536D8;
}
</style>