#BF4FB8

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

Shades of Fuchsia #BF4FB8

Tints of Fuchsia #BF4FB8

Color information

#BF4FB8 (or 0xBF4FB8) is unknown color: approx Fuchsia. HEX triplet: BF, 4F and B8. RGB value is (191,79,184). Sum of RGB (Red+Green+Blue) = 191+79+184=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FB8 is #40B047. Grayscale: #7C7C7C. Windows color (decimal): -4239432 or 12079039. OLE color: 12079039.

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

Color convert

RGB19179184-
CMYK00.590.040.25
HSL303.75º46.67%52.94%-
HSV(B)303.75º58.64%74.9%-
XYZ32.9320.1347.5-
YUV124.46161.61175.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 79 (31.25% from 255) = 17.40%
BLUE value IS 184 (72.27% from 255) = 40.53%
R=42.07%
G=17.40%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917918400.590.040.25303.7546.6752.94
HexBF4FB803B4191302f35
Octal2771172700734314605765
Binary10111111100111110111000011101110011001100110000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4FB8; }

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

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

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

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

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

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

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

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