Shades of Medium Orchid #B45AFF
Tints of Medium Orchid #B45AFF
RGB
CMYK
RGB Variations
Color information
#B45AFF (or 0xB45AFF) is known color: Medium Orchid. HEX triplet: B4, 5A and FF. RGB value is (180,90,255). Sum of RGB (Red+Green+Blue) = 180+90+255=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #B45AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45AFF is #4BA500. Grayscale: #878787. Windows color (decimal): -4957441 or 16734900. OLE color: 16734900.
HSL color Cylindrical-coordinate representation of color #B45AFF: hue angle of 272.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B45AFF is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 90 | 255 | - |
| CMYK | 0.29 | 0.65 | 0 | 0 |
| HSL | 272.73º | 1% | 0.68% | - |
| HSV(B) | 272.73º | 0.65% | 1% | - |
| XYZ | 40.53 | 24.24 | 97.15 | - |
| YUV | 135.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 255 | 0.29 | 0.65 | 0 | 0 | 272.73 | 1 | 0.68 |
| Hex | B4 | 5A | FF | 1D | 41 | 0 | 0 | 111 | 64 | 44 |
| Octal | 264 | 132 | 377 | 35 | 101 | 0 | 0 | 421 | 144 | 104 |
| Binary | 10110100 | 1011010 | 11111111 | 11101 | 1000001 | 0 | 0 | 100010001 | 1100100 | 1000100 |
Color Harmonies of #B45AFF
Complementary color
Monochromatic Colors of #B45AFF
Black with #B45AFF
Text Example
Text Example
White with #B45AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45AFF; }
p { color: rgb(180,90,255); }
H1.HeaderClassName
{
color: #B45AFF;
}
.AnyTagClassName
{
color: #B45AFF;
}
</style>
background-color css
<style>
a { background-color: #B45AFF; }
a { background-color: rgb(180,90,255); }
div.DivClassName
{
background-color: #B45AFF;
}
.BgClassName
{
background-color: #B45AFF;
}
</style>
border-color css
<style>
span { border-color: #B45AFF; }
span { border-color: rgb(180,90,255); }
td.TdClassName
{
border-color: #B45AFF;
}
.TagClassName
{
border-color: #B45AFF;
}
</style>