Shades of Medium Orchid #B452ED
Tints of Medium Orchid #B452ED
RGB
CMYK
RGB Variations
Color information
#B452ED (or 0xB452ED) is known color: Medium Orchid. HEX triplet: B4, 52 and ED. RGB value is (180,82,237). Sum of RGB (Red+Green+Blue) = 180+82+237=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #B452ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B452ED is #4BAD12. Grayscale: #808080. Windows color (decimal): -4959507 or 15553204. OLE color: 15553204.
HSL color Cylindrical-coordinate representation of color #B452ED: hue angle of 277.94º degrees, saturation: 0.81, 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 #B452ED is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 82 | 237 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.07 |
| HSL | 277.94º | 0.81% | 0.63% | - |
| HSV(B) | 277.94º | 0.65% | 0.93% | - |
| XYZ | 37.13 | 21.85 | 82.38 | - |
| YUV | 128.97 | 188.97 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 237 | 0.24 | 0.65 | 0 | 0.07 | 277.94 | 0.81 | 0.63 |
| Hex | B4 | 52 | ED | 18 | 41 | 0 | 7 | 116 | 51 | 3F |
| Octal | 264 | 122 | 355 | 30 | 101 | 0 | 7 | 426 | 121 | 77 |
| Binary | 10110100 | 1010010 | 11101101 | 11000 | 1000001 | 0 | 111 | 100010110 | 1010001 | 111111 |
Color Harmonies of #B452ED
Complementary color
Monochromatic Colors of #B452ED
Black with #B452ED
Text Example
Text Example
White with #B452ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B452ED; }
p { color: rgb(180,82,237); }
H1.HeaderClassName
{
color: #B452ED;
}
.AnyTagClassName
{
color: #B452ED;
}
</style>
background-color css
<style>
a { background-color: #B452ED; }
a { background-color: rgb(180,82,237); }
div.DivClassName
{
background-color: #B452ED;
}
.BgClassName
{
background-color: #B452ED;
}
</style>
border-color css
<style>
span { border-color: #B452ED; }
span { border-color: rgb(180,82,237); }
td.TdClassName
{
border-color: #B452ED;
}
.TagClassName
{
border-color: #B452ED;
}
</style>