Shades of Medium Orchid #B45CFF
Tints of Medium Orchid #B45CFF
RGB
CMYK
RGB Variations
Color information
#B45CFF (or 0xB45CFF) is known color: Medium Orchid. HEX triplet: B4, 5C and FF. RGB value is (180,92,255). Sum of RGB (Red+Green+Blue) = 180+92+255=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #B45CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CFF is #4BA300. Grayscale: #888888. Windows color (decimal): -4956929 or 16735412. OLE color: 16735412.
HSL color Cylindrical-coordinate representation of color #B45CFF: hue angle of 272.39º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B45CFF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 92 | 255 | - |
| CMYK | 0.29 | 0.64 | 0 | 0 |
| HSL | 272.39º | 1% | 0.68% | - |
| HSV(B) | 272.39º | 0.64% | 1% | - |
| XYZ | 40.7 | 24.58 | 97.21 | - |
| YUV | 136.89 | 194.65 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 255 | 0.29 | 0.64 | 0 | 0 | 272.39 | 1 | 0.68 |
| Hex | B4 | 5C | FF | 1D | 40 | 0 | 0 | 110 | 64 | 44 |
| Octal | 264 | 134 | 377 | 35 | 100 | 0 | 0 | 420 | 144 | 104 |
| Binary | 10110100 | 1011100 | 11111111 | 11101 | 1000000 | 0 | 0 | 100010000 | 1100100 | 1000100 |
Color Harmonies of #B45CFF
Complementary color
Monochromatic Colors of #B45CFF
Black with #B45CFF
Text Example
Text Example
White with #B45CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CFF; }
p { color: rgb(180,92,255); }
H1.HeaderClassName
{
color: #B45CFF;
}
.AnyTagClassName
{
color: #B45CFF;
}
</style>
background-color css
<style>
a { background-color: #B45CFF; }
a { background-color: rgb(180,92,255); }
div.DivClassName
{
background-color: #B45CFF;
}
.BgClassName
{
background-color: #B45CFF;
}
</style>
border-color css
<style>
span { border-color: #B45CFF; }
span { border-color: rgb(180,92,255); }
td.TdClassName
{
border-color: #B45CFF;
}
.TagClassName
{
border-color: #B45CFF;
}
</style>