#BF4BB8

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

Shades of Fuchsia #BF4BB8

Tints of Fuchsia #BF4BB8

Color information

#BF4BB8 (or 0xBF4BB8) is unknown color: approx Fuchsia. HEX triplet: BF, 4B and B8. RGB value is (191,75,184). Sum of RGB (Red+Green+Blue) = 191+75+184=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BB8 is #40B447. Grayscale: #797979. Windows color (decimal): -4240456 or 12078015. OLE color: 12078015.

HSL color Cylindrical-coordinate representation of color #BF4BB8: hue angle of 303.62º 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 #BF4BB8 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19175184-
CMYK00.610.040.25
HSL303.62º47.54%52.16%-
HSV(B)303.62º60.73%74.9%-
XYZ32.6519.5747.4-
YUV122.11162.93177.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 184 (72.27% from 255) = 40.89%
R=42.44%
G=16.67%
B=40.89%

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
Decimal1917518400.610.040.25303.6247.5452.16
HexBF4BB803D4191303034
Octal2771132700754314606064
Binary10111111100101110111000011110110011001100110000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BB8; }

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

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

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

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

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

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

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

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