Shades of Medium Orchid #B45ADD
Tints of Medium Orchid #B45ADD
RGB
CMYK
RGB Variations
Color information
#B45ADD (or 0xB45ADD) is known color: Medium Orchid. HEX triplet: B4, 5A and DD. RGB value is (180,90,221). Sum of RGB (Red+Green+Blue) = 180+90+221=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #B45ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ADD is #4BA522. Grayscale: #838383. Windows color (decimal): -4957475 or 14506676. OLE color: 14506676.
HSL color Cylindrical-coordinate representation of color #B45ADD: hue angle of 281.22º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B45ADD is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 90 | 221 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.13 |
| HSL | 281.22º | 0.66% | 0.61% | - |
| HSV(B) | 281.22º | 0.59% | 0.87% | - |
| XYZ | 35.53 | 22.24 | 70.83 | - |
| YUV | 131.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 221 | 0.19 | 0.59 | 0 | 0.13 | 281.22 | 0.66 | 0.61 |
| Hex | B4 | 5A | DD | 13 | 3B | 0 | D | 119 | 42 | 3D |
| Octal | 264 | 132 | 335 | 23 | 73 | 0 | 15 | 431 | 102 | 75 |
| Binary | 10110100 | 1011010 | 11011101 | 10011 | 111011 | 0 | 1101 | 100011001 | 1000010 | 111101 |
Color Harmonies of #B45ADD
Complementary color
Monochromatic Colors of #B45ADD
Black with #B45ADD
Text Example
Text Example
White with #B45ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45ADD; }
p { color: rgb(180,90,221); }
H1.HeaderClassName
{
color: #B45ADD;
}
.AnyTagClassName
{
color: #B45ADD;
}
</style>
background-color css
<style>
a { background-color: #B45ADD; }
a { background-color: rgb(180,90,221); }
div.DivClassName
{
background-color: #B45ADD;
}
.BgClassName
{
background-color: #B45ADD;
}
</style>
border-color css
<style>
span { border-color: #B45ADD; }
span { border-color: rgb(180,90,221); }
td.TdClassName
{
border-color: #B45ADD;
}
.TagClassName
{
border-color: #B45ADD;
}
</style>