Shades of Medium Orchid #B45CE8
Tints of Medium Orchid #B45CE8
RGB
CMYK
RGB Variations
Color information
#B45CE8 (or 0xB45CE8) is known color: Medium Orchid. HEX triplet: B4, 5C and E8. RGB value is (180,92,232). Sum of RGB (Red+Green+Blue) = 180+92+232=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #B45CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CE8 is #4BA317. Grayscale: #858585. Windows color (decimal): -4956952 or 15228084. OLE color: 15228084.
HSL color Cylindrical-coordinate representation of color #B45CE8: hue angle of 277.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45CE8 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 92 | 232 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.09 |
| HSL | 277.71º | 0.75% | 0.64% | - |
| HSV(B) | 277.71º | 0.6% | 0.91% | - |
| XYZ | 37.22 | 23.18 | 78.86 | - |
| YUV | 134.27 | 183.15 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 232 | 0.22 | 0.60 | 0 | 0.09 | 277.71 | 0.75 | 0.64 |
| Hex | B4 | 5C | E8 | 16 | 3C | 0 | 9 | 116 | 4B | 40 |
| Octal | 264 | 134 | 350 | 26 | 74 | 0 | 11 | 426 | 113 | 100 |
| Binary | 10110100 | 1011100 | 11101000 | 10110 | 111100 | 0 | 1001 | 100010110 | 1001011 | 1000000 |
Color Harmonies of #B45CE8
Complementary color
Monochromatic Colors of #B45CE8
Black with #B45CE8
Text Example
Text Example
White with #B45CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CE8; }
p { color: rgb(180,92,232); }
H1.HeaderClassName
{
color: #B45CE8;
}
.AnyTagClassName
{
color: #B45CE8;
}
</style>
background-color css
<style>
a { background-color: #B45CE8; }
a { background-color: rgb(180,92,232); }
div.DivClassName
{
background-color: #B45CE8;
}
.BgClassName
{
background-color: #B45CE8;
}
</style>
border-color css
<style>
span { border-color: #B45CE8; }
span { border-color: rgb(180,92,232); }
td.TdClassName
{
border-color: #B45CE8;
}
.TagClassName
{
border-color: #B45CE8;
}
</style>