Shades of Medium Orchid #B45EDD
Tints of Medium Orchid #B45EDD
RGB
CMYK
RGB Variations
Color information
#B45EDD (or 0xB45EDD) is known color: Medium Orchid. HEX triplet: B4, 5E and DD. RGB value is (180,94,221). Sum of RGB (Red+Green+Blue) = 180+94+221=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #B45EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EDD is #4BA122. Grayscale: #858585. Windows color (decimal): -4956451 or 14507700. OLE color: 14507700.
HSL color Cylindrical-coordinate representation of color #B45EDD: hue angle of 280.63º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B45EDD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 94 | 221 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.13 |
| HSL | 280.63º | 0.65% | 0.62% | - |
| HSV(B) | 280.63º | 0.57% | 0.87% | - |
| XYZ | 35.88 | 22.93 | 70.94 | - |
| YUV | 134.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 221 | 0.19 | 0.57 | 0 | 0.13 | 280.63 | 0.65 | 0.62 |
| Hex | B4 | 5E | DD | 13 | 39 | 0 | D | 119 | 41 | 3E |
| Octal | 264 | 136 | 335 | 23 | 71 | 0 | 15 | 431 | 101 | 76 |
| Binary | 10110100 | 1011110 | 11011101 | 10011 | 111001 | 0 | 1101 | 100011001 | 1000001 | 111110 |
Color Harmonies of #B45EDD
Complementary color
Monochromatic Colors of #B45EDD
Black with #B45EDD
Text Example
Text Example
White with #B45EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45EDD; }
p { color: rgb(180,94,221); }
H1.HeaderClassName
{
color: #B45EDD;
}
.AnyTagClassName
{
color: #B45EDD;
}
</style>
background-color css
<style>
a { background-color: #B45EDD; }
a { background-color: rgb(180,94,221); }
div.DivClassName
{
background-color: #B45EDD;
}
.BgClassName
{
background-color: #B45EDD;
}
</style>
border-color css
<style>
span { border-color: #B45EDD; }
span { border-color: rgb(180,94,221); }
td.TdClassName
{
border-color: #B45EDD;
}
.TagClassName
{
border-color: #B45EDD;
}
</style>