Shades of Medium Orchid #B437EC
Tints of Medium Orchid #B437EC
RGB
CMYK
RGB Variations
Color information
#B437EC (or 0xB437EC) is known color: Medium Orchid. HEX triplet: B4, 37 and EC. RGB value is (180,55,236). Sum of RGB (Red+Green+Blue) = 180+55+236=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #B437EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B437EC is #4BC813. Grayscale: #707070. Windows color (decimal): -4966420 or 15480756. OLE color: 15480756.
HSL color Cylindrical-coordinate representation of color #B437EC: hue angle of 281.44º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B437EC is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 55 | 236 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.07 |
| HSL | 281.44º | 0.83% | 0.57% | - |
| HSV(B) | 281.44º | 0.77% | 0.93% | - |
| XYZ | 35.33 | 18.49 | 81.06 | - |
| YUV | 113.01 | 197.41 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 236 | 0.24 | 0.77 | 0 | 0.07 | 281.44 | 0.83 | 0.57 |
| Hex | B4 | 37 | EC | 18 | 4D | 0 | 7 | 119 | 53 | 39 |
| Octal | 264 | 67 | 354 | 30 | 115 | 0 | 7 | 431 | 123 | 71 |
| Binary | 10110100 | 110111 | 11101100 | 11000 | 1001101 | 0 | 111 | 100011001 | 1010011 | 111001 |
Color Harmonies of #B437EC
Complementary color
Monochromatic Colors of #B437EC
Black with #B437EC
Text Example
Text Example
White with #B437EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B437EC; }
p { color: rgb(180,55,236); }
H1.HeaderClassName
{
color: #B437EC;
}
.AnyTagClassName
{
color: #B437EC;
}
</style>
background-color css
<style>
a { background-color: #B437EC; }
a { background-color: rgb(180,55,236); }
div.DivClassName
{
background-color: #B437EC;
}
.BgClassName
{
background-color: #B437EC;
}
</style>
border-color css
<style>
span { border-color: #B437EC; }
span { border-color: rgb(180,55,236); }
td.TdClassName
{
border-color: #B437EC;
}
.TagClassName
{
border-color: #B437EC;
}
</style>