Shades of Medium Orchid #B453EC
Tints of Medium Orchid #B453EC
RGB
CMYK
RGB Variations
Color information
#B453EC (or 0xB453EC) is known color: Medium Orchid. HEX triplet: B4, 53 and EC. RGB value is (180,83,236). Sum of RGB (Red+Green+Blue) = 180+83+236=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #B453EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453EC is #4BAC13. Grayscale: #808080. Windows color (decimal): -4959252 or 15487924. OLE color: 15487924.
HSL color Cylindrical-coordinate representation of color #B453EC: hue angle of 278.04º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B453EC is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 83 | 236 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.07 |
| HSL | 278.04º | 0.8% | 0.63% | - |
| HSV(B) | 278.04º | 0.65% | 0.93% | - |
| XYZ | 37.06 | 21.95 | 81.64 | - |
| YUV | 129.45 | 188.14 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 236 | 0.24 | 0.65 | 0 | 0.07 | 278.04 | 0.8 | 0.63 |
| Hex | B4 | 53 | EC | 18 | 41 | 0 | 7 | 116 | 50 | 3F |
| Octal | 264 | 123 | 354 | 30 | 101 | 0 | 7 | 426 | 120 | 77 |
| Binary | 10110100 | 1010011 | 11101100 | 11000 | 1000001 | 0 | 111 | 100010110 | 1010000 | 111111 |
Color Harmonies of #B453EC
Complementary color
Monochromatic Colors of #B453EC
Black with #B453EC
Text Example
Text Example
White with #B453EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453EC; }
p { color: rgb(180,83,236); }
H1.HeaderClassName
{
color: #B453EC;
}
.AnyTagClassName
{
color: #B453EC;
}
</style>
background-color css
<style>
a { background-color: #B453EC; }
a { background-color: rgb(180,83,236); }
div.DivClassName
{
background-color: #B453EC;
}
.BgClassName
{
background-color: #B453EC;
}
</style>
border-color css
<style>
span { border-color: #B453EC; }
span { border-color: rgb(180,83,236); }
td.TdClassName
{
border-color: #B453EC;
}
.TagClassName
{
border-color: #B453EC;
}
</style>