Shades of Medium Orchid #B45CDC
Tints of Medium Orchid #B45CDC
RGB
CMYK
RGB Variations
Color information
#B45CDC (or 0xB45CDC) is known color: Medium Orchid. HEX triplet: B4, 5C and DC. RGB value is (180,92,220). Sum of RGB (Red+Green+Blue) = 180+92+220=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #B45CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CDC is #4BA323. Grayscale: #848484. Windows color (decimal): -4956964 or 14441652. OLE color: 14441652.
HSL color Cylindrical-coordinate representation of color #B45CDC: hue angle of 281.25º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B45CDC is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 92 | 220 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.14 |
| HSL | 281.25º | 0.65% | 0.61% | - |
| HSV(B) | 281.25º | 0.58% | 0.86% | - |
| XYZ | 35.57 | 22.52 | 70.18 | - |
| YUV | 132.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 220 | 0.18 | 0.58 | 0 | 0.14 | 281.25 | 0.65 | 0.61 |
| Hex | B4 | 5C | DC | 12 | 3A | 0 | E | 119 | 41 | 3D |
| Octal | 264 | 134 | 334 | 22 | 72 | 0 | 16 | 431 | 101 | 75 |
| Binary | 10110100 | 1011100 | 11011100 | 10010 | 111010 | 0 | 1110 | 100011001 | 1000001 | 111101 |
Color Harmonies of #B45CDC
Complementary color
Monochromatic Colors of #B45CDC
Black with #B45CDC
Text Example
Text Example
White with #B45CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CDC; }
p { color: rgb(180,92,220); }
H1.HeaderClassName
{
color: #B45CDC;
}
.AnyTagClassName
{
color: #B45CDC;
}
</style>
background-color css
<style>
a { background-color: #B45CDC; }
a { background-color: rgb(180,92,220); }
div.DivClassName
{
background-color: #B45CDC;
}
.BgClassName
{
background-color: #B45CDC;
}
</style>
border-color css
<style>
span { border-color: #B45CDC; }
span { border-color: rgb(180,92,220); }
td.TdClassName
{
border-color: #B45CDC;
}
.TagClassName
{
border-color: #B45CDC;
}
</style>