Shades of Medium Orchid #B44EFE
Tints of Medium Orchid #B44EFE
RGB
CMYK
RGB Variations
Color information
#B44EFE (or 0xB44EFE) is known color: Medium Orchid. HEX triplet: B4, 4E and FE. RGB value is (180,78,254). Sum of RGB (Red+Green+Blue) = 180+78+254=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #B44EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44EFE is #4BB101. Grayscale: #7F7F7F. Windows color (decimal): -4960514 or 16666292. OLE color: 16666292.
HSL color Cylindrical-coordinate representation of color #B44EFE: hue angle of 274.77º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44EFE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 78 | 254 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.00 |
| HSL | 274.77º | 0.99% | 0.65% | - |
| HSV(B) | 274.77º | 0.69% | 1% | - |
| XYZ | 39.44 | 22.31 | 95.99 | - |
| YUV | 128.56 | 198.79 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 254 | 0.29 | 0.69 | 0 | 0.00 | 274.77 | 0.99 | 0.65 |
| Hex | B4 | 4E | FE | 1D | 45 | 0 | 0 | 113 | 63 | 41 |
| Octal | 264 | 116 | 376 | 35 | 105 | 0 | 0 | 423 | 143 | 101 |
| Binary | 10110100 | 1001110 | 11111110 | 11101 | 1000101 | 0 | 0 | 100010011 | 1100011 | 1000001 |
Color Harmonies of #B44EFE
Complementary color
Monochromatic Colors of #B44EFE
Black with #B44EFE
Text Example
Text Example
White with #B44EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44EFE; }
p { color: rgb(180,78,254); }
H1.HeaderClassName
{
color: #B44EFE;
}
.AnyTagClassName
{
color: #B44EFE;
}
</style>
background-color css
<style>
a { background-color: #B44EFE; }
a { background-color: rgb(180,78,254); }
div.DivClassName
{
background-color: #B44EFE;
}
.BgClassName
{
background-color: #B44EFE;
}
</style>
border-color css
<style>
span { border-color: #B44EFE; }
span { border-color: rgb(180,78,254); }
td.TdClassName
{
border-color: #B44EFE;
}
.TagClassName
{
border-color: #B44EFE;
}
</style>