#BF4FBB

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

Shades of Fuchsia #BF4FBB

Tints of Fuchsia #BF4FBB

Color information

#BF4FBB (or 0xBF4FBB) is unknown color: approx Fuchsia. HEX triplet: BF, 4F and BB. RGB value is (191,79,187). Sum of RGB (Red+Green+Blue) = 191+79+187=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FBB is #40B044. Grayscale: #7C7C7C. Windows color (decimal): -4239429 or 12275647. OLE color: 12275647.

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

Color convert

RGB19179187-
CMYK00.590.020.25
HSL302.14º46.67%52.94%-
HSV(B)302.14º58.64%74.9%-
XYZ33.2520.2649.17-
YUV124.8163.11175.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 79 (31.25% from 255) = 17.29%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=41.79%
G=17.29%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917918700.590.020.25302.1446.6752.94
HexBF4FBB03B21912e2f35
Octal2771172730732314565765
Binary1011111110011111011101101110111011001100101110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4FBB; }

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

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

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

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

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

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

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

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