Shades of Medium Orchid #B45AFC
Tints of Medium Orchid #B45AFC
RGB
CMYK
RGB Variations
Color information
#B45AFC (or 0xB45AFC) is known color: Medium Orchid. HEX triplet: B4, 5A and FC. RGB value is (180,90,252). Sum of RGB (Red+Green+Blue) = 180+90+252=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #B45AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45AFC is #4BA503. Grayscale: #868686. Windows color (decimal): -4957444 or 16538292. OLE color: 16538292.
HSL color Cylindrical-coordinate representation of color #B45AFC: hue angle of 273.33º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B45AFC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 90 | 252 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.01 |
| HSL | 273.33º | 0.96% | 0.67% | - |
| HSV(B) | 273.33º | 0.64% | 0.99% | - |
| XYZ | 40.05 | 24.04 | 94.63 | - |
| YUV | 135.38 | 193.82 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 252 | 0.29 | 0.64 | 0 | 0.01 | 273.33 | 0.96 | 0.67 |
| Hex | B4 | 5A | FC | 1D | 40 | 0 | 1 | 111 | 60 | 43 |
| Octal | 264 | 132 | 374 | 35 | 100 | 0 | 1 | 421 | 140 | 103 |
| Binary | 10110100 | 1011010 | 11111100 | 11101 | 1000000 | 0 | 1 | 100010001 | 1100000 | 1000011 |
Color Harmonies of #B45AFC
Complementary color
Monochromatic Colors of #B45AFC
Black with #B45AFC
Text Example
Text Example
White with #B45AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45AFC; }
p { color: rgb(180,90,252); }
H1.HeaderClassName
{
color: #B45AFC;
}
.AnyTagClassName
{
color: #B45AFC;
}
</style>
background-color css
<style>
a { background-color: #B45AFC; }
a { background-color: rgb(180,90,252); }
div.DivClassName
{
background-color: #B45AFC;
}
.BgClassName
{
background-color: #B45AFC;
}
</style>
border-color css
<style>
span { border-color: #B45AFC; }
span { border-color: rgb(180,90,252); }
td.TdClassName
{
border-color: #B45AFC;
}
.TagClassName
{
border-color: #B45AFC;
}
</style>