Shades of Medium Purple #B468FA
Tints of Medium Purple #B468FA
RGB
CMYK
RGB Variations
Color information
#B468FA (or 0xB468FA) is known color: Medium Purple. HEX triplet: B4, 68 and FA. RGB value is (180,104,250). Sum of RGB (Red+Green+Blue) = 180+104+250=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #B468FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B468FA is #4B9705. Grayscale: #8E8E8E. Windows color (decimal): -4953862 or 16410804. OLE color: 16410804.
HSL color Cylindrical-coordinate representation of color #B468FA: hue angle of 271.23º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B468FA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 104 | 250 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.02 |
| HSL | 271.23º | 0.94% | 0.69% | - |
| HSV(B) | 271.23º | 0.58% | 0.98% | - |
| XYZ | 41.03 | 26.51 | 93.4 | - |
| YUV | 143.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 250 | 0.28 | 0.58 | 0 | 0.02 | 271.23 | 0.94 | 0.69 |
| Hex | B4 | 68 | FA | 1C | 3A | 0 | 2 | 10F | 5E | 45 |
| Octal | 264 | 150 | 372 | 34 | 72 | 0 | 2 | 417 | 136 | 105 |
| Binary | 10110100 | 1101000 | 11111010 | 11100 | 111010 | 0 | 10 | 100001111 | 1011110 | 1000101 |
Color Harmonies of #B468FA
Complementary color
Monochromatic Colors of #B468FA
Black with #B468FA
Text Example
Text Example
White with #B468FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468FA; }
p { color: rgb(180,104,250); }
H1.HeaderClassName
{
color: #B468FA;
}
.AnyTagClassName
{
color: #B468FA;
}
</style>
background-color css
<style>
a { background-color: #B468FA; }
a { background-color: rgb(180,104,250); }
div.DivClassName
{
background-color: #B468FA;
}
.BgClassName
{
background-color: #B468FA;
}
</style>
border-color css
<style>
span { border-color: #B468FA; }
span { border-color: rgb(180,104,250); }
td.TdClassName
{
border-color: #B468FA;
}
.TagClassName
{
border-color: #B468FA;
}
</style>