Shades of Medium Orchid #B45AFE
Tints of Medium Orchid #B45AFE
RGB
CMYK
RGB Variations
Color information
#B45AFE (or 0xB45AFE) is known color: Medium Orchid. HEX triplet: B4, 5A and FE. RGB value is (180,90,254). Sum of RGB (Red+Green+Blue) = 180+90+254=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #B45AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45AFE is #4BA501. Grayscale: #878787. Windows color (decimal): -4957442 or 16669364. OLE color: 16669364.
HSL color Cylindrical-coordinate representation of color #B45AFE: hue angle of 272.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B45AFE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 90 | 254 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.00 |
| HSL | 272.93º | 0.99% | 0.67% | - |
| HSV(B) | 272.93º | 0.65% | 1% | - |
| XYZ | 40.37 | 24.17 | 96.3 | - |
| YUV | 135.61 | 194.82 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 254 | 0.29 | 0.65 | 0 | 0.00 | 272.93 | 0.99 | 0.67 |
| Hex | B4 | 5A | FE | 1D | 41 | 0 | 0 | 111 | 63 | 43 |
| Octal | 264 | 132 | 376 | 35 | 101 | 0 | 0 | 421 | 143 | 103 |
| Binary | 10110100 | 1011010 | 11111110 | 11101 | 1000001 | 0 | 0 | 100010001 | 1100011 | 1000011 |
Color Harmonies of #B45AFE
Complementary color
Monochromatic Colors of #B45AFE
Black with #B45AFE
Text Example
Text Example
White with #B45AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45AFE; }
p { color: rgb(180,90,254); }
H1.HeaderClassName
{
color: #B45AFE;
}
.AnyTagClassName
{
color: #B45AFE;
}
</style>
background-color css
<style>
a { background-color: #B45AFE; }
a { background-color: rgb(180,90,254); }
div.DivClassName
{
background-color: #B45AFE;
}
.BgClassName
{
background-color: #B45AFE;
}
</style>
border-color css
<style>
span { border-color: #B45AFE; }
span { border-color: rgb(180,90,254); }
td.TdClassName
{
border-color: #B45AFE;
}
.TagClassName
{
border-color: #B45AFE;
}
</style>