Shades of Medium Orchid #B45DCC
Tints of Medium Orchid #B45DCC
RGB
CMYK
RGB Variations
Color information
#B45DCC (or 0xB45DCC) is known color: Medium Orchid. HEX triplet: B4, 5D and CC. RGB value is (180,93,204). Sum of RGB (Red+Green+Blue) = 180+93+204=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #B45DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DCC is #4BA233. Grayscale: #838383. Windows color (decimal): -4956724 or 13393332. OLE color: 13393332.
HSL color Cylindrical-coordinate representation of color #B45DCC: hue angle of 287.03º 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 #B45DCC is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 93 | 204 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.2 |
| HSL | 287.03º | 0.52% | 0.58% | - |
| HSV(B) | 287.03º | 0.54% | 0.8% | - |
| XYZ | 33.64 | 21.89 | 59.58 | - |
| YUV | 131.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 204 | 0.12 | 0.54 | 0 | 0.2 | 287.03 | 0.52 | 0.58 |
| Hex | B4 | 5D | CC | C | 36 | 0 | 14 | 11F | 34 | 3A |
| Octal | 264 | 135 | 314 | 14 | 66 | 0 | 24 | 437 | 64 | 72 |
| Binary | 10110100 | 1011101 | 11001100 | 1100 | 110110 | 0 | 10100 | 100011111 | 110100 | 111010 |
Color Harmonies of #B45DCC
Complementary color
Monochromatic Colors of #B45DCC
Black with #B45DCC
Text Example
Text Example
White with #B45DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45DCC; }
p { color: rgb(180,93,204); }
H1.HeaderClassName
{
color: #B45DCC;
}
.AnyTagClassName
{
color: #B45DCC;
}
</style>
background-color css
<style>
a { background-color: #B45DCC; }
a { background-color: rgb(180,93,204); }
div.DivClassName
{
background-color: #B45DCC;
}
.BgClassName
{
background-color: #B45DCC;
}
</style>
border-color css
<style>
span { border-color: #B45DCC; }
span { border-color: rgb(180,93,204); }
td.TdClassName
{
border-color: #B45DCC;
}
.TagClassName
{
border-color: #B45DCC;
}
</style>