Shades of Medium Purple #B470F2
Tints of Medium Purple #B470F2
RGB
CMYK
RGB Variations
Color information
#B470F2 (or 0xB470F2) is known color: Medium Purple. HEX triplet: B4, 70 and F2. RGB value is (180,112,242). Sum of RGB (Red+Green+Blue) = 180+112+242=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #B470F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B470F2 is #4B8F0D. Grayscale: #929292. Windows color (decimal): -4951822 or 15888564. OLE color: 15888564.
HSL color Cylindrical-coordinate representation of color #B470F2: hue angle of 271.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B470F2 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 112 | 242 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.05 |
| HSL | 271.38º | 0.83% | 0.69% | - |
| HSV(B) | 271.38º | 0.54% | 0.95% | - |
| XYZ | 40.64 | 27.7 | 87.21 | - |
| YUV | 147.15 | 181.53 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 242 | 0.26 | 0.54 | 0 | 0.05 | 271.38 | 0.83 | 0.69 |
| Hex | B4 | 70 | F2 | 1A | 36 | 0 | 5 | 10F | 53 | 45 |
| Octal | 264 | 160 | 362 | 32 | 66 | 0 | 5 | 417 | 123 | 105 |
| Binary | 10110100 | 1110000 | 11110010 | 11010 | 110110 | 0 | 101 | 100001111 | 1010011 | 1000101 |
Color Harmonies of #B470F2
Complementary color
Monochromatic Colors of #B470F2
Black with #B470F2
Text Example
Text Example
White with #B470F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470F2; }
p { color: rgb(180,112,242); }
H1.HeaderClassName
{
color: #B470F2;
}
.AnyTagClassName
{
color: #B470F2;
}
</style>
background-color css
<style>
a { background-color: #B470F2; }
a { background-color: rgb(180,112,242); }
div.DivClassName
{
background-color: #B470F2;
}
.BgClassName
{
background-color: #B470F2;
}
</style>
border-color css
<style>
span { border-color: #B470F2; }
span { border-color: rgb(180,112,242); }
td.TdClassName
{
border-color: #B470F2;
}
.TagClassName
{
border-color: #B470F2;
}
</style>