Shades of Medium Purple #B270F3
Tints of Medium Purple #B270F3
RGB
CMYK
RGB Variations
Color information
#B270F3 (or 0xB270F3) is known color: Medium Purple. HEX triplet: B2, 70 and F3. RGB value is (178,112,243). Sum of RGB (Red+Green+Blue) = 178+112+243=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #B270F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B270F3 is #4D8F0C. Grayscale: #929292. Windows color (decimal): -5082893 or 15954098. OLE color: 15954098.
HSL color Cylindrical-coordinate representation of color #B270F3: hue angle of 270.23º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B270F3 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 112 | 243 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.05 |
| HSL | 270.23º | 0.85% | 0.7% | - |
| HSV(B) | 270.23º | 0.54% | 0.95% | - |
| XYZ | 40.33 | 27.52 | 87.98 | - |
| YUV | 146.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 243 | 0.27 | 0.54 | 0 | 0.05 | 270.23 | 0.85 | 0.7 |
| Hex | B2 | 70 | F3 | 1B | 36 | 0 | 5 | 10E | 55 | 46 |
| Octal | 262 | 160 | 363 | 33 | 66 | 0 | 5 | 416 | 125 | 106 |
| Binary | 10110010 | 1110000 | 11110011 | 11011 | 110110 | 0 | 101 | 100001110 | 1010101 | 1000110 |
Color Harmonies of #B270F3
Complementary color
Monochromatic Colors of #B270F3
Black with #B270F3
Text Example
Text Example
White with #B270F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B270F3; }
p { color: rgb(178,112,243); }
H1.HeaderClassName
{
color: #B270F3;
}
.AnyTagClassName
{
color: #B270F3;
}
</style>
background-color css
<style>
a { background-color: #B270F3; }
a { background-color: rgb(178,112,243); }
div.DivClassName
{
background-color: #B270F3;
}
.BgClassName
{
background-color: #B270F3;
}
</style>
border-color css
<style>
span { border-color: #B270F3; }
span { border-color: rgb(178,112,243); }
td.TdClassName
{
border-color: #B270F3;
}
.TagClassName
{
border-color: #B270F3;
}
</style>