Shades of Fuchsia #B03CBF
Tints of Fuchsia #B03CBF
RGB
CMYK
RGB Variations
Color information
#B03CBF (or 0xB03CBF) is known color: Fuchsia. HEX triplet: B0, 3C and BF. RGB value is (176,60,191). Sum of RGB (Red+Green+Blue) = 176+60+191=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #B03CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CBF is #4FC340. Grayscale: #6D6D6D. Windows color (decimal): -5227329 or 12532912. OLE color: 12532912.
HSL color Cylindrical-coordinate representation of color #B03CBF: hue angle of 293.13º degrees, saturation: 0.52, 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 #B03CBF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 60 | 191 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.25 |
| HSL | 293.13º | 0.52% | 0.49% | - |
| HSV(B) | 293.13º | 0.69% | 0.75% | - |
| XYZ | 28.92 | 16.22 | 50.9 | - |
| YUV | 109.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 191 | 0.08 | 0.69 | 0 | 0.25 | 293.13 | 0.52 | 0.49 |
| Hex | B0 | 3C | BF | 8 | 45 | 0 | 19 | 125 | 34 | 31 |
| Octal | 260 | 74 | 277 | 10 | 105 | 0 | 31 | 445 | 64 | 61 |
| Binary | 10110000 | 111100 | 10111111 | 1000 | 1000101 | 0 | 11001 | 100100101 | 110100 | 110001 |
Color Harmonies of #B03CBF
Complementary color
Monochromatic Colors of #B03CBF
Black with #B03CBF
Text Example
Text Example
White with #B03CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CBF; }
p { color: rgb(176,60,191); }
H1.HeaderClassName
{
color: #B03CBF;
}
.AnyTagClassName
{
color: #B03CBF;
}
</style>
background-color css
<style>
a { background-color: #B03CBF; }
a { background-color: rgb(176,60,191); }
div.DivClassName
{
background-color: #B03CBF;
}
.BgClassName
{
background-color: #B03CBF;
}
</style>
border-color css
<style>
span { border-color: #B03CBF; }
span { border-color: rgb(176,60,191); }
td.TdClassName
{
border-color: #B03CBF;
}
.TagClassName
{
border-color: #B03CBF;
}
</style>