Shades of Fuchsia #BF4CCB
Tints of Fuchsia #BF4CCB
RGB
CMYK
RGB Variations
Color information
#BF4CCB (or 0xBF4CCB) is known color: Fuchsia. HEX triplet: BF, 4C and CB. RGB value is (191,76,203). Sum of RGB (Red+Green+Blue) = 191+76+203=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF4CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CCB is #40B334. Grayscale: #7C7C7C. Windows color (decimal): -4240181 or 13323455. OLE color: 13323455.
HSL color Cylindrical-coordinate representation of color #BF4CCB: hue angle of 294.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4CCB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 76 | 203 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.20 |
| HSL | 294.33º | 0.55% | 0.55% | - |
| HSV(B) | 294.33º | 0.63% | 0.8% | - |
| XYZ | 34.85 | 20.56 | 58.63 | - |
| YUV | 124.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 203 | 0.06 | 0.63 | 0 | 0.20 | 294.33 | 0.55 | 0.55 |
| Hex | BF | 4C | CB | 6 | 3F | 0 | 14 | 126 | 37 | 37 |
| Octal | 277 | 114 | 313 | 6 | 77 | 0 | 24 | 446 | 67 | 67 |
| Binary | 10111111 | 1001100 | 11001011 | 110 | 111111 | 0 | 10100 | 100100110 | 110111 | 110111 |
Color Harmonies of #BF4CCB
Complementary color
Monochromatic Colors of #BF4CCB
Black with #BF4CCB
Text Example
Text Example
White with #BF4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CCB; }
p { color: rgb(191,76,203); }
H1.HeaderClassName
{
color: #BF4CCB;
}
.AnyTagClassName
{
color: #BF4CCB;
}
</style>
background-color css
<style>
a { background-color: #BF4CCB; }
a { background-color: rgb(191,76,203); }
div.DivClassName
{
background-color: #BF4CCB;
}
.BgClassName
{
background-color: #BF4CCB;
}
</style>
border-color css
<style>
span { border-color: #BF4CCB; }
span { border-color: rgb(191,76,203); }
td.TdClassName
{
border-color: #BF4CCB;
}
.TagClassName
{
border-color: #BF4CCB;
}
</style>