Shades of Fuchsia #B270BA
Tints of Fuchsia #B270BA
RGB
CMYK
RGB Variations
Color information
#B270BA (or 0xB270BA) is known color: Fuchsia. HEX triplet: B2, 70 and BA. RGB value is (178,112,186). Sum of RGB (Red+Green+Blue) = 178+112+186=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B270BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270BA is #4D8F45. Grayscale: #8B8B8B. Windows color (decimal): -5082950 or 12218546. OLE color: 12218546.
HSL color Cylindrical-coordinate representation of color #B270BA: hue angle of 293.51º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B270BA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 112 | 186 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.27 |
| HSL | 293.51º | 0.35% | 0.58% | - |
| HSV(B) | 293.51º | 0.4% | 0.73% | - |
| XYZ | 33.02 | 24.6 | 49.46 | - |
| YUV | 140.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 186 | 0.04 | 0.40 | 0 | 0.27 | 293.51 | 0.35 | 0.58 |
| Hex | B2 | 70 | BA | 4 | 28 | 0 | 1B | 126 | 23 | 3A |
| Octal | 262 | 160 | 272 | 4 | 50 | 0 | 33 | 446 | 43 | 72 |
| Binary | 10110010 | 1110000 | 10111010 | 100 | 101000 | 0 | 11011 | 100100110 | 100011 | 111010 |
Color Harmonies of #B270BA
Complementary color
Monochromatic Colors of #B270BA
Black with #B270BA
Text Example
Text Example
White with #B270BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B270BA; }
p { color: rgb(178,112,186); }
H1.HeaderClassName
{
color: #B270BA;
}
.AnyTagClassName
{
color: #B270BA;
}
</style>
background-color css
<style>
a { background-color: #B270BA; }
a { background-color: rgb(178,112,186); }
div.DivClassName
{
background-color: #B270BA;
}
.BgClassName
{
background-color: #B270BA;
}
</style>
border-color css
<style>
span { border-color: #B270BA; }
span { border-color: rgb(178,112,186); }
td.TdClassName
{
border-color: #B270BA;
}
.TagClassName
{
border-color: #B270BA;
}
</style>