Shades of Medium Orchid #B453EE
Tints of Medium Orchid #B453EE
RGB
CMYK
RGB Variations
Color information
#B453EE (or 0xB453EE) is known color: Medium Orchid. HEX triplet: B4, 53 and EE. RGB value is (180,83,238). Sum of RGB (Red+Green+Blue) = 180+83+238=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #B453EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453EE is #4BAC11. Grayscale: #818181. Windows color (decimal): -4959250 or 15618996. OLE color: 15618996.
HSL color Cylindrical-coordinate representation of color #B453EE: hue angle of 277.55º degrees, saturation: 0.82, 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 #B453EE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 83 | 238 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.07 |
| HSL | 277.55º | 0.82% | 0.63% | - |
| HSV(B) | 277.55º | 0.65% | 0.93% | - |
| XYZ | 37.35 | 22.06 | 83.18 | - |
| YUV | 129.67 | 189.14 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 238 | 0.24 | 0.65 | 0 | 0.07 | 277.55 | 0.82 | 0.63 |
| Hex | B4 | 53 | EE | 18 | 41 | 0 | 7 | 116 | 52 | 3F |
| Octal | 264 | 123 | 356 | 30 | 101 | 0 | 7 | 426 | 122 | 77 |
| Binary | 10110100 | 1010011 | 11101110 | 11000 | 1000001 | 0 | 111 | 100010110 | 1010010 | 111111 |
Color Harmonies of #B453EE
Complementary color
Monochromatic Colors of #B453EE
Black with #B453EE
Text Example
Text Example
White with #B453EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453EE; }
p { color: rgb(180,83,238); }
H1.HeaderClassName
{
color: #B453EE;
}
.AnyTagClassName
{
color: #B453EE;
}
</style>
background-color css
<style>
a { background-color: #B453EE; }
a { background-color: rgb(180,83,238); }
div.DivClassName
{
background-color: #B453EE;
}
.BgClassName
{
background-color: #B453EE;
}
</style>
border-color css
<style>
span { border-color: #B453EE; }
span { border-color: rgb(180,83,238); }
td.TdClassName
{
border-color: #B453EE;
}
.TagClassName
{
border-color: #B453EE;
}
</style>