Shades of Medium Purple #B46EEE
Tints of Medium Purple #B46EEE
RGB
CMYK
RGB Variations
Color information
#B46EEE (or 0xB46EEE) is known color: Medium Purple. HEX triplet: B4, 6E and EE. RGB value is (180,110,238). Sum of RGB (Red+Green+Blue) = 180+110+238=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #B46EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46EEE is #4B9111. Grayscale: #919191. Windows color (decimal): -4952338 or 15625908. OLE color: 15625908.
HSL color Cylindrical-coordinate representation of color #B46EEE: hue angle of 272.81º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B46EEE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 110 | 238 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.07 |
| HSL | 272.81º | 0.79% | 0.68% | - |
| HSV(B) | 272.81º | 0.54% | 0.93% | - |
| XYZ | 39.83 | 27.03 | 84.01 | - |
| YUV | 145.52 | 180.19 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 238 | 0.24 | 0.54 | 0 | 0.07 | 272.81 | 0.79 | 0.68 |
| Hex | B4 | 6E | EE | 18 | 36 | 0 | 7 | 111 | 4F | 44 |
| Octal | 264 | 156 | 356 | 30 | 66 | 0 | 7 | 421 | 117 | 104 |
| Binary | 10110100 | 1101110 | 11101110 | 11000 | 110110 | 0 | 111 | 100010001 | 1001111 | 1000100 |
Color Harmonies of #B46EEE
Complementary color
Monochromatic Colors of #B46EEE
Black with #B46EEE
Text Example
Text Example
White with #B46EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46EEE; }
p { color: rgb(180,110,238); }
H1.HeaderClassName
{
color: #B46EEE;
}
.AnyTagClassName
{
color: #B46EEE;
}
</style>
background-color css
<style>
a { background-color: #B46EEE; }
a { background-color: rgb(180,110,238); }
div.DivClassName
{
background-color: #B46EEE;
}
.BgClassName
{
background-color: #B46EEE;
}
</style>
border-color css
<style>
span { border-color: #B46EEE; }
span { border-color: rgb(180,110,238); }
td.TdClassName
{
border-color: #B46EEE;
}
.TagClassName
{
border-color: #B46EEE;
}
</style>