#BF4BB7

Color #BF4BB7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BF4BB7

Tints of Fuchsia #BF4BB7

Color information

#BF4BB7 (or 0xBF4BB7) is unknown color: approx Fuchsia. HEX triplet: BF, 4B and B7. RGB value is (191,75,183). Sum of RGB (Red+Green+Blue) = 191+75+183=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BB7 is #40B448. Grayscale: #797979. Windows color (decimal): -4240457 or 12012479. OLE color: 12012479.

HSL color Cylindrical-coordinate representation of color #BF4BB7: hue angle of 304.14º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4BB7 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19175183-
CMYK00.610.040.25
HSL304.14º47.54%52.16%-
HSV(B)304.14º60.73%74.9%-
XYZ32.5519.5346.85-
YUV122162.43177.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 75 (29.69% from 255) = 16.70%
BLUE value IS 183 (71.88% from 255) = 40.76%
R=42.54%
G=16.70%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917518300.610.040.25304.1447.5452.16
HexBF4BB703D4191303034
Octal2771132670754314606064
Binary10111111100101110110111011110110011001100110000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BB7; }

 p { color: rgb(191,75,183); }

 H1.HeaderClassName
 {
   color: #BF4BB7;
 }
 .AnyTagClassName
 {
   color: #BF4BB7;
 }
</style>
background-color css

<style>
 a { background-color: #BF4BB7; }

 a { background-color: rgb(191,75,183); }

 div.DivClassName
 {
   background-color: #BF4BB7;
 }
 .BgClassName
 {
   background-color: #BF4BB7;
 }
</style>
border-color css

<style>
 span { border-color: #BF4BB7; }

 span { border-color: rgb(191,75,183); }

 td.TdClassName
 {
   border-color: #BF4BB7;
 }
 .TagClassName
 {
   border-color: #BF4BB7;
 }
</style>