Shades of Medium Orchid #B45ECC
Tints of Medium Orchid #B45ECC
RGB
CMYK
RGB Variations
Color information
#B45ECC (or 0xB45ECC) is known color: Medium Orchid. HEX triplet: B4, 5E and CC. RGB value is (180,94,204). Sum of RGB (Red+Green+Blue) = 180+94+204=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B45ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ECC is #4BA133. Grayscale: #838383. Windows color (decimal): -4956468 or 13393588. OLE color: 13393588.
HSL color Cylindrical-coordinate representation of color #B45ECC: hue angle of 286.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45ECC is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 94 | 204 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.2 |
| HSL | 286.91º | 0.52% | 0.58% | - |
| HSV(B) | 286.91º | 0.54% | 0.8% | - |
| XYZ | 33.72 | 22.07 | 59.61 | - |
| YUV | 132.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 204 | 0.12 | 0.54 | 0 | 0.2 | 286.91 | 0.52 | 0.58 |
| Hex | B4 | 5E | CC | C | 36 | 0 | 14 | 11F | 34 | 3A |
| Octal | 264 | 136 | 314 | 14 | 66 | 0 | 24 | 437 | 64 | 72 |
| Binary | 10110100 | 1011110 | 11001100 | 1100 | 110110 | 0 | 10100 | 100011111 | 110100 | 111010 |
Color Harmonies of #B45ECC
Complementary color
Monochromatic Colors of #B45ECC
Black with #B45ECC
Text Example
Text Example
White with #B45ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45ECC; }
p { color: rgb(180,94,204); }
H1.HeaderClassName
{
color: #B45ECC;
}
.AnyTagClassName
{
color: #B45ECC;
}
</style>
background-color css
<style>
a { background-color: #B45ECC; }
a { background-color: rgb(180,94,204); }
div.DivClassName
{
background-color: #B45ECC;
}
.BgClassName
{
background-color: #B45ECC;
}
</style>
border-color css
<style>
span { border-color: #B45ECC; }
span { border-color: rgb(180,94,204); }
td.TdClassName
{
border-color: #B45ECC;
}
.TagClassName
{
border-color: #B45ECC;
}
</style>