Shades of Fuchsia #B03BBE
Tints of Fuchsia #B03BBE
RGB
CMYK
RGB Variations
Color information
#B03BBE (or 0xB03BBE) is known color: Fuchsia. HEX triplet: B0, 3B and BE. RGB value is (176,59,190). Sum of RGB (Red+Green+Blue) = 176+59+190=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #B03BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BBE is #4FC441. Grayscale: #6C6C6C. Windows color (decimal): -5227586 or 12467120. OLE color: 12467120.
HSL color Cylindrical-coordinate representation of color #B03BBE: hue angle of 293.59º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03BBE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 59 | 190 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.25 |
| HSL | 293.59º | 0.53% | 0.49% | - |
| HSV(B) | 293.59º | 0.69% | 0.75% | - |
| XYZ | 28.76 | 16.08 | 50.3 | - |
| YUV | 108.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 190 | 0.07 | 0.69 | 0 | 0.25 | 293.59 | 0.53 | 0.49 |
| Hex | B0 | 3B | BE | 7 | 45 | 0 | 19 | 126 | 35 | 31 |
| Octal | 260 | 73 | 276 | 7 | 105 | 0 | 31 | 446 | 65 | 61 |
| Binary | 10110000 | 111011 | 10111110 | 111 | 1000101 | 0 | 11001 | 100100110 | 110101 | 110001 |
Color Harmonies of #B03BBE
Complementary color
Monochromatic Colors of #B03BBE
Black with #B03BBE
Text Example
Text Example
White with #B03BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BBE; }
p { color: rgb(176,59,190); }
H1.HeaderClassName
{
color: #B03BBE;
}
.AnyTagClassName
{
color: #B03BBE;
}
</style>
background-color css
<style>
a { background-color: #B03BBE; }
a { background-color: rgb(176,59,190); }
div.DivClassName
{
background-color: #B03BBE;
}
.BgClassName
{
background-color: #B03BBE;
}
</style>
border-color css
<style>
span { border-color: #B03BBE; }
span { border-color: rgb(176,59,190); }
td.TdClassName
{
border-color: #B03BBE;
}
.TagClassName
{
border-color: #B03BBE;
}
</style>