Shades of Medium Orchid #B45ED5
Tints of Medium Orchid #B45ED5
RGB
CMYK
RGB Variations
Color information
#B45ED5 (or 0xB45ED5) is known color: Medium Orchid. HEX triplet: B4, 5E and D5. RGB value is (180,94,213). Sum of RGB (Red+Green+Blue) = 180+94+213=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #B45ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ED5 is #4BA12A. Grayscale: #848484. Windows color (decimal): -4956459 or 13983412. OLE color: 13983412.
HSL color Cylindrical-coordinate representation of color #B45ED5: hue angle of 283.36º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45ED5 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 94 | 213 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.16 |
| HSL | 283.36º | 0.59% | 0.6% | - |
| HSV(B) | 283.36º | 0.56% | 0.84% | - |
| XYZ | 34.84 | 22.51 | 65.46 | - |
| YUV | 133.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 213 | 0.15 | 0.56 | 0 | 0.16 | 283.36 | 0.59 | 0.6 |
| Hex | B4 | 5E | D5 | F | 38 | 0 | 10 | 11B | 3B | 3C |
| Octal | 264 | 136 | 325 | 17 | 70 | 0 | 20 | 433 | 73 | 74 |
| Binary | 10110100 | 1011110 | 11010101 | 1111 | 111000 | 0 | 10000 | 100011011 | 111011 | 111100 |
Color Harmonies of #B45ED5
Complementary color
Monochromatic Colors of #B45ED5
Black with #B45ED5
Text Example
Text Example
White with #B45ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45ED5; }
p { color: rgb(180,94,213); }
H1.HeaderClassName
{
color: #B45ED5;
}
.AnyTagClassName
{
color: #B45ED5;
}
</style>
background-color css
<style>
a { background-color: #B45ED5; }
a { background-color: rgb(180,94,213); }
div.DivClassName
{
background-color: #B45ED5;
}
.BgClassName
{
background-color: #B45ED5;
}
</style>
border-color css
<style>
span { border-color: #B45ED5; }
span { border-color: rgb(180,94,213); }
td.TdClassName
{
border-color: #B45ED5;
}
.TagClassName
{
border-color: #B45ED5;
}
</style>