Shades of Fuchsia #B05FBA
Tints of Fuchsia #B05FBA
RGB
CMYK
RGB Variations
Color information
#B05FBA (or 0xB05FBA) is known color: Fuchsia. HEX triplet: B0, 5F and BA. RGB value is (176,95,186). Sum of RGB (Red+Green+Blue) = 176+95+186=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B05FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FBA is #4FA045. Grayscale: #818181. Windows color (decimal): -5218374 or 12214192. OLE color: 12214192.
HSL color Cylindrical-coordinate representation of color #B05FBA: hue angle of 293.41º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05FBA is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 176 | 95 | 186 | - |
CMYK | 0.05 | 0.49 | 0 | 0.27 |
HSL | 293.41º | 0.4% | 0.55% | - |
HSV(B) | 293.41º | 0.49% | 0.73% | - |
XYZ | 30.86 | 20.96 | 48.87 | - |
YUV | 129.59 | 159.84 | 161.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 95 | 186 | 0.05 | 0.49 | 0 | 0.27 | 293.41 | 0.4 | 0.55 |
Hex | B0 | 5F | BA | 5 | 31 | 0 | 1B | 125 | 28 | 37 |
Octal | 260 | 137 | 272 | 5 | 61 | 0 | 33 | 445 | 50 | 67 |
Binary | 10110000 | 1011111 | 10111010 | 101 | 110001 | 0 | 11011 | 100100101 | 101000 | 110111 |
Color Harmonies of #B05FBA
Complementary color
Monochromatic Colors of #B05FBA
Black with #B05FBA
Text Example
Text Example
White with #B05FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FBA; }
p { color: rgb(176,95,186); }
H1.HeaderClassName
{
color: #B05FBA;
}
.AnyTagClassName
{
color: #B05FBA;
}
</style>
background-color css
<style>
a { background-color: #B05FBA; }
a { background-color: rgb(176,95,186); }
div.DivClassName
{
background-color: #B05FBA;
}
.BgClassName
{
background-color: #B05FBA;
}
</style>
border-color css
<style>
span { border-color: #B05FBA; }
span { border-color: rgb(176,95,186); }
td.TdClassName
{
border-color: #B05FBA;
}
.TagClassName
{
border-color: #B05FBA;
}
</style>