Shades of Fuchsia #B03CB3
Tints of Fuchsia #B03CB3
RGB
CMYK
RGB Variations
Color information
#B03CB3 (or 0xB03CB3) is known color: Fuchsia. HEX triplet: B0, 3C and B3. RGB value is (176,60,179). Sum of RGB (Red+Green+Blue) = 176+60+179=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #B03CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CB3 is #4FC34C. Grayscale: #6B6B6B. Windows color (decimal): -5227341 or 11746480. OLE color: 11746480.
HSL color Cylindrical-coordinate representation of color #B03CB3: hue angle of 298.49º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03CB3 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 60 | 179 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.30 |
| HSL | 298.49º | 0.5% | 0.47% | - |
| HSV(B) | 298.49º | 0.66% | 0.7% | - |
| XYZ | 27.66 | 15.72 | 44.22 | - |
| YUV | 108.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 179 | 0.02 | 0.66 | 0 | 0.30 | 298.49 | 0.5 | 0.47 |
| Hex | B0 | 3C | B3 | 2 | 42 | 0 | 1E | 12A | 32 | 2F |
| Octal | 260 | 74 | 263 | 2 | 102 | 0 | 36 | 452 | 62 | 57 |
| Binary | 10110000 | 111100 | 10110011 | 10 | 1000010 | 0 | 11110 | 100101010 | 110010 | 101111 |
Color Harmonies of #B03CB3
Complementary color
Monochromatic Colors of #B03CB3
Black with #B03CB3
Text Example
Text Example
White with #B03CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CB3; }
p { color: rgb(176,60,179); }
H1.HeaderClassName
{
color: #B03CB3;
}
.AnyTagClassName
{
color: #B03CB3;
}
</style>
background-color css
<style>
a { background-color: #B03CB3; }
a { background-color: rgb(176,60,179); }
div.DivClassName
{
background-color: #B03CB3;
}
.BgClassName
{
background-color: #B03CB3;
}
</style>
border-color css
<style>
span { border-color: #B03CB3; }
span { border-color: rgb(176,60,179); }
td.TdClassName
{
border-color: #B03CB3;
}
.TagClassName
{
border-color: #B03CB3;
}
</style>