Shades of Medium Orchid #B45EC6
Tints of Medium Orchid #B45EC6
RGB
CMYK
RGB Variations
Color information
#B45EC6 (or 0xB45EC6) is known color: Medium Orchid. HEX triplet: B4, 5E and C6. RGB value is (180,94,198). Sum of RGB (Red+Green+Blue) = 180+94+198=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #B45EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EC6 is #4BA139. Grayscale: #838383. Windows color (decimal): -4956474 or 13000372. OLE color: 13000372.
HSL color Cylindrical-coordinate representation of color #B45EC6: hue angle of 289.62º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45EC6 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 94 | 198 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.22 |
| HSL | 289.62º | 0.48% | 0.57% | - |
| HSV(B) | 289.62º | 0.53% | 0.78% | - |
| XYZ | 33.02 | 21.79 | 55.89 | - |
| YUV | 131.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 198 | 0.09 | 0.53 | 0 | 0.22 | 289.62 | 0.48 | 0.57 |
| Hex | B4 | 5E | C6 | 9 | 35 | 0 | 16 | 122 | 30 | 39 |
| Octal | 264 | 136 | 306 | 11 | 65 | 0 | 26 | 442 | 60 | 71 |
| Binary | 10110100 | 1011110 | 11000110 | 1001 | 110101 | 0 | 10110 | 100100010 | 110000 | 111001 |
Color Harmonies of #B45EC6
Complementary color
Monochromatic Colors of #B45EC6
Black with #B45EC6
Text Example
Text Example
White with #B45EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45EC6; }
p { color: rgb(180,94,198); }
H1.HeaderClassName
{
color: #B45EC6;
}
.AnyTagClassName
{
color: #B45EC6;
}
</style>
background-color css
<style>
a { background-color: #B45EC6; }
a { background-color: rgb(180,94,198); }
div.DivClassName
{
background-color: #B45EC6;
}
.BgClassName
{
background-color: #B45EC6;
}
</style>
border-color css
<style>
span { border-color: #B45EC6; }
span { border-color: rgb(180,94,198); }
td.TdClassName
{
border-color: #B45EC6;
}
.TagClassName
{
border-color: #B45EC6;
}
</style>