Shades of Medium Orchid #B45AF9
Tints of Medium Orchid #B45AF9
RGB
CMYK
RGB Variations
Color information
#B45AF9 (or 0xB45AF9) is known color: Medium Orchid. HEX triplet: B4, 5A and F9. RGB value is (180,90,249). Sum of RGB (Red+Green+Blue) = 180+90+249=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #B45AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45AF9 is #4BA506. Grayscale: #868686. Windows color (decimal): -4957447 or 16341684. OLE color: 16341684.
HSL color Cylindrical-coordinate representation of color #B45AF9: hue angle of 273.96º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B45AF9 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 90 | 249 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.02 |
| HSL | 273.96º | 0.93% | 0.66% | - |
| HSV(B) | 273.96º | 0.64% | 0.98% | - |
| XYZ | 39.58 | 23.86 | 92.14 | - |
| YUV | 135.04 | 192.32 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 249 | 0.28 | 0.64 | 0 | 0.02 | 273.96 | 0.93 | 0.66 |
| Hex | B4 | 5A | F9 | 1C | 40 | 0 | 2 | 112 | 5D | 42 |
| Octal | 264 | 132 | 371 | 34 | 100 | 0 | 2 | 422 | 135 | 102 |
| Binary | 10110100 | 1011010 | 11111001 | 11100 | 1000000 | 0 | 10 | 100010010 | 1011101 | 1000010 |
Color Harmonies of #B45AF9
Complementary color
Monochromatic Colors of #B45AF9
Black with #B45AF9
Text Example
Text Example
White with #B45AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45AF9; }
p { color: rgb(180,90,249); }
H1.HeaderClassName
{
color: #B45AF9;
}
.AnyTagClassName
{
color: #B45AF9;
}
</style>
background-color css
<style>
a { background-color: #B45AF9; }
a { background-color: rgb(180,90,249); }
div.DivClassName
{
background-color: #B45AF9;
}
.BgClassName
{
background-color: #B45AF9;
}
</style>
border-color css
<style>
span { border-color: #B45AF9; }
span { border-color: rgb(180,90,249); }
td.TdClassName
{
border-color: #B45AF9;
}
.TagClassName
{
border-color: #B45AF9;
}
</style>