Shades of Medium Orchid #B44EFF
Tints of Medium Orchid #B44EFF
RGB
CMYK
RGB Variations
Color information
#B44EFF (or 0xB44EFF) is known color: Medium Orchid. HEX triplet: B4, 4E and FF. RGB value is (180,78,255). Sum of RGB (Red+Green+Blue) = 180+78+255=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #B44EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44EFF is #4BB100. Grayscale: #808080. Windows color (decimal): -4960513 or 16731828. OLE color: 16731828.
HSL color Cylindrical-coordinate representation of color #B44EFF: hue angle of 274.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44EFF is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 78 | 255 | - |
| CMYK | 0.29 | 0.69 | 0 | 0 |
| HSL | 274.58º | 1% | 0.65% | - |
| HSV(B) | 274.58º | 0.69% | 1% | - |
| XYZ | 39.6 | 22.37 | 96.84 | - |
| YUV | 128.68 | 199.29 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 255 | 0.29 | 0.69 | 0 | 0 | 274.58 | 1 | 0.65 |
| Hex | B4 | 4E | FF | 1D | 45 | 0 | 0 | 113 | 64 | 41 |
| Octal | 264 | 116 | 377 | 35 | 105 | 0 | 0 | 423 | 144 | 101 |
| Binary | 10110100 | 1001110 | 11111111 | 11101 | 1000101 | 0 | 0 | 100010011 | 1100100 | 1000001 |
Color Harmonies of #B44EFF
Complementary color
Monochromatic Colors of #B44EFF
Black with #B44EFF
Text Example
Text Example
White with #B44EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44EFF; }
p { color: rgb(180,78,255); }
H1.HeaderClassName
{
color: #B44EFF;
}
.AnyTagClassName
{
color: #B44EFF;
}
</style>
background-color css
<style>
a { background-color: #B44EFF; }
a { background-color: rgb(180,78,255); }
div.DivClassName
{
background-color: #B44EFF;
}
.BgClassName
{
background-color: #B44EFF;
}
</style>
border-color css
<style>
span { border-color: #B44EFF; }
span { border-color: rgb(180,78,255); }
td.TdClassName
{
border-color: #B44EFF;
}
.TagClassName
{
border-color: #B44EFF;
}
</style>