Shades of Medium Orchid #B452EE
Tints of Medium Orchid #B452EE
RGB
CMYK
RGB Variations
Color information
#B452EE (or 0xB452EE) is known color: Medium Orchid. HEX triplet: B4, 52 and EE. RGB value is (180,82,238). Sum of RGB (Red+Green+Blue) = 180+82+238=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #B452EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B452EE is #4BAD11. Grayscale: #808080. Windows color (decimal): -4959506 or 15618740. OLE color: 15618740.
HSL color Cylindrical-coordinate representation of color #B452EE: hue angle of 277.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B452EE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 82 | 238 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.07 |
| HSL | 277.69º | 0.82% | 0.63% | - |
| HSV(B) | 277.69º | 0.66% | 0.93% | - |
| XYZ | 37.27 | 21.91 | 83.15 | - |
| YUV | 129.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 238 | 0.24 | 0.66 | 0 | 0.07 | 277.69 | 0.82 | 0.63 |
| Hex | B4 | 52 | EE | 18 | 42 | 0 | 7 | 116 | 52 | 3F |
| Octal | 264 | 122 | 356 | 30 | 102 | 0 | 7 | 426 | 122 | 77 |
| Binary | 10110100 | 1010010 | 11101110 | 11000 | 1000010 | 0 | 111 | 100010110 | 1010010 | 111111 |
Color Harmonies of #B452EE
Complementary color
Monochromatic Colors of #B452EE
Black with #B452EE
Text Example
Text Example
White with #B452EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B452EE; }
p { color: rgb(180,82,238); }
H1.HeaderClassName
{
color: #B452EE;
}
.AnyTagClassName
{
color: #B452EE;
}
</style>
background-color css
<style>
a { background-color: #B452EE; }
a { background-color: rgb(180,82,238); }
div.DivClassName
{
background-color: #B452EE;
}
.BgClassName
{
background-color: #B452EE;
}
</style>
border-color css
<style>
span { border-color: #B452EE; }
span { border-color: rgb(180,82,238); }
td.TdClassName
{
border-color: #B452EE;
}
.TagClassName
{
border-color: #B452EE;
}
</style>