#BF4BB3

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

Shades of Fuchsia #BF4BB3

Tints of Fuchsia #BF4BB3

Color information

#BF4BB3 (or 0xBF4BB3) is unknown color: approx Fuchsia. HEX triplet: BF, 4B and B3. RGB value is (191,75,179). Sum of RGB (Red+Green+Blue) = 191+75+179=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BB3 is #40B44C. Grayscale: #797979. Windows color (decimal): -4240461 or 11750335. OLE color: 11750335.

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

Color convert

RGB19175179-
CMYK00.610.060.25
HSL306.21º47.54%52.16%-
HSV(B)306.21º60.73%74.9%-
XYZ32.1419.3644.69-
YUV121.54160.43177.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 179 (70.31% from 255) = 40.22%
R=42.92%
G=16.85%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917517900.610.060.25306.2147.5452.16
HexBF4BB303D6191323034
Octal2771132630756314626064
Binary10111111100101110110011011110111011001100110010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BB3; }

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

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

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

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

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

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

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

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