#BB5FBF

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

Shades of Fuchsia #BB5FBF

Tints of Fuchsia #BB5FBF

Color information

#BB5FBF (or 0xBB5FBF) is unknown color: approx Fuchsia. HEX triplet: BB, 5F and BF. RGB value is (187,95,191). Sum of RGB (Red+Green+Blue) = 187+95+191=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB5FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FBF is #44A040. Grayscale: #858585. Windows color (decimal): -4497473 or 12541883. OLE color: 12541883.

HSL color Cylindrical-coordinate representation of color #BB5FBF: hue angle of 297.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5FBF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18795191-
CMYK0.020.5000.25
HSL297.5º42.86%56.08%-
HSV(B)297.5º50.26%74.9%-
XYZ33.9922.5151.84-
YUV133.45160.48166.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 191 (75% from 255) = 40.38%
R=39.53%
G=20.08%
B=40.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187951910.020.5000.25297.542.8656.08
HexBB5FBF23201912a2b38
Octal2731372772620314525370
Binary1011101110111111011111110110010011001100101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FBF; }

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

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

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

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

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

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

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

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