Shades of Fuchsia #BF37C4
Tints of Fuchsia #BF37C4
RGB
CMYK
RGB Variations
Color information
#BF37C4 (or 0xBF37C4) is known color: Fuchsia. HEX triplet: BF, 37 and C4. RGB value is (191,55,196). Sum of RGB (Red+Green+Blue) = 191+55+196=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF37C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37C4 is #40C83B. Grayscale: #6F6F6F. Windows color (decimal): -4245564 or 12859327. OLE color: 12859327.
HSL color Cylindrical-coordinate representation of color #BF37C4: hue angle of 297.87º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF37C4 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 55 | 196 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.23 |
| HSL | 297.87º | 0.56% | 0.49% | - |
| HSV(B) | 297.87º | 0.72% | 0.77% | - |
| XYZ | 32.82 | 17.79 | 53.93 | - |
| YUV | 111.74 | 175.56 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 196 | 0.03 | 0.72 | 0 | 0.23 | 297.87 | 0.56 | 0.49 |
| Hex | BF | 37 | C4 | 3 | 48 | 0 | 17 | 12A | 38 | 31 |
| Octal | 277 | 67 | 304 | 3 | 110 | 0 | 27 | 452 | 70 | 61 |
| Binary | 10111111 | 110111 | 11000100 | 11 | 1001000 | 0 | 10111 | 100101010 | 111000 | 110001 |
Color Harmonies of #BF37C4
Complementary color
Monochromatic Colors of #BF37C4
Black with #BF37C4
Text Example
Text Example
White with #BF37C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF37C4; }
p { color: rgb(191,55,196); }
H1.HeaderClassName
{
color: #BF37C4;
}
.AnyTagClassName
{
color: #BF37C4;
}
</style>
background-color css
<style>
a { background-color: #BF37C4; }
a { background-color: rgb(191,55,196); }
div.DivClassName
{
background-color: #BF37C4;
}
.BgClassName
{
background-color: #BF37C4;
}
</style>
border-color css
<style>
span { border-color: #BF37C4; }
span { border-color: rgb(191,55,196); }
td.TdClassName
{
border-color: #BF37C4;
}
.TagClassName
{
border-color: #BF37C4;
}
</style>