Shades of Medium Orchid #B45EFB
Tints of Medium Orchid #B45EFB
RGB
CMYK
RGB Variations
Color information
#B45EFB (or 0xB45EFB) is known color: Medium Orchid. HEX triplet: B4, 5E and FB. RGB value is (180,94,251). Sum of RGB (Red+Green+Blue) = 180+94+251=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #B45EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45EFB is #4BA104. Grayscale: #898989. Windows color (decimal): -4956421 or 16473780. OLE color: 16473780.
HSL color Cylindrical-coordinate representation of color #B45EFB: hue angle of 272.87º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B45EFB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 94 | 251 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.02 |
| HSL | 272.87º | 0.95% | 0.68% | - |
| HSV(B) | 272.87º | 0.63% | 0.98% | - |
| XYZ | 40.24 | 24.67 | 93.91 | - |
| YUV | 137.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 251 | 0.28 | 0.63 | 0 | 0.02 | 272.87 | 0.95 | 0.68 |
| Hex | B4 | 5E | FB | 1C | 3F | 0 | 2 | 111 | 5F | 44 |
| Octal | 264 | 136 | 373 | 34 | 77 | 0 | 2 | 421 | 137 | 104 |
| Binary | 10110100 | 1011110 | 11111011 | 11100 | 111111 | 0 | 10 | 100010001 | 1011111 | 1000100 |
Color Harmonies of #B45EFB
Complementary color
Monochromatic Colors of #B45EFB
Black with #B45EFB
Text Example
Text Example
White with #B45EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45EFB; }
p { color: rgb(180,94,251); }
H1.HeaderClassName
{
color: #B45EFB;
}
.AnyTagClassName
{
color: #B45EFB;
}
</style>
background-color css
<style>
a { background-color: #B45EFB; }
a { background-color: rgb(180,94,251); }
div.DivClassName
{
background-color: #B45EFB;
}
.BgClassName
{
background-color: #B45EFB;
}
</style>
border-color css
<style>
span { border-color: #B45EFB; }
span { border-color: rgb(180,94,251); }
td.TdClassName
{
border-color: #B45EFB;
}
.TagClassName
{
border-color: #B45EFB;
}
</style>