Shades of Medium Orchid #B45ED4
Tints of Medium Orchid #B45ED4
RGB
CMYK
RGB Variations
Color information
#B45ED4 (or 0xB45ED4) is known color: Medium Orchid. HEX triplet: B4, 5E and D4. RGB value is (180,94,212). Sum of RGB (Red+Green+Blue) = 180+94+212=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #B45ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ED4 is #4BA12B. Grayscale: #848484. Windows color (decimal): -4956460 or 13917876. OLE color: 13917876.
HSL color Cylindrical-coordinate representation of color #B45ED4: hue angle of 283.73º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45ED4 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 94 | 212 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.17 |
| HSL | 283.73º | 0.58% | 0.6% | - |
| HSV(B) | 283.73º | 0.56% | 0.83% | - |
| XYZ | 34.71 | 22.46 | 64.79 | - |
| YUV | 133.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 212 | 0.15 | 0.56 | 0 | 0.17 | 283.73 | 0.58 | 0.6 |
| Hex | B4 | 5E | D4 | F | 38 | 0 | 11 | 11C | 3A | 3C |
| Octal | 264 | 136 | 324 | 17 | 70 | 0 | 21 | 434 | 72 | 74 |
| Binary | 10110100 | 1011110 | 11010100 | 1111 | 111000 | 0 | 10001 | 100011100 | 111010 | 111100 |
Color Harmonies of #B45ED4
Complementary color
Monochromatic Colors of #B45ED4
Black with #B45ED4
Text Example
Text Example
White with #B45ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45ED4; }
p { color: rgb(180,94,212); }
H1.HeaderClassName
{
color: #B45ED4;
}
.AnyTagClassName
{
color: #B45ED4;
}
</style>
background-color css
<style>
a { background-color: #B45ED4; }
a { background-color: rgb(180,94,212); }
div.DivClassName
{
background-color: #B45ED4;
}
.BgClassName
{
background-color: #B45ED4;
}
</style>
border-color css
<style>
span { border-color: #B45ED4; }
span { border-color: rgb(180,94,212); }
td.TdClassName
{
border-color: #B45ED4;
}
.TagClassName
{
border-color: #B45ED4;
}
</style>