Shades of Medium Orchid #B45AD6
Tints of Medium Orchid #B45AD6
RGB
CMYK
RGB Variations
Color information
#B45AD6 (or 0xB45AD6) is known color: Medium Orchid. HEX triplet: B4, 5A and D6. RGB value is (180,90,214). Sum of RGB (Red+Green+Blue) = 180+90+214=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #B45AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AD6 is #4BA529. Grayscale: #828282. Windows color (decimal): -4957482 or 14047924. OLE color: 14047924.
HSL color Cylindrical-coordinate representation of color #B45AD6: hue angle of 283.55º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B45AD6 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 90 | 214 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.16 |
| HSL | 283.55º | 0.6% | 0.6% | - |
| HSV(B) | 283.55º | 0.58% | 0.84% | - |
| XYZ | 34.62 | 21.87 | 66.02 | - |
| YUV | 131.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 214 | 0.16 | 0.58 | 0 | 0.16 | 283.55 | 0.6 | 0.6 |
| Hex | B4 | 5A | D6 | 10 | 3A | 0 | 10 | 11C | 3C | 3C |
| Octal | 264 | 132 | 326 | 20 | 72 | 0 | 20 | 434 | 74 | 74 |
| Binary | 10110100 | 1011010 | 11010110 | 10000 | 111010 | 0 | 10000 | 100011100 | 111100 | 111100 |
Color Harmonies of #B45AD6
Complementary color
Monochromatic Colors of #B45AD6
Black with #B45AD6
Text Example
Text Example
White with #B45AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45AD6; }
p { color: rgb(180,90,214); }
H1.HeaderClassName
{
color: #B45AD6;
}
.AnyTagClassName
{
color: #B45AD6;
}
</style>
background-color css
<style>
a { background-color: #B45AD6; }
a { background-color: rgb(180,90,214); }
div.DivClassName
{
background-color: #B45AD6;
}
.BgClassName
{
background-color: #B45AD6;
}
</style>
border-color css
<style>
span { border-color: #B45AD6; }
span { border-color: rgb(180,90,214); }
td.TdClassName
{
border-color: #B45AD6;
}
.TagClassName
{
border-color: #B45AD6;
}
</style>