#BF5BB5

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

Shades of Fuchsia #BF5BB5

Tints of Fuchsia #BF5BB5

Color information

#BF5BB5 (or 0xBF5BB5) is unknown color: approx Fuchsia. HEX triplet: BF, 5B and B5. RGB value is (191,91,181). Sum of RGB (Red+Green+Blue) = 191+91+181=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BB5 is #40A44A. Grayscale: #828282. Windows color (decimal): -4236363 or 11885503. OLE color: 11885503.

HSL color Cylindrical-coordinate representation of color #BF5BB5: hue angle of 306º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5BB5 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19191181-
CMYK00.520.050.25
HSL306º43.86%55.29%-
HSV(B)306º52.36%74.9%-
XYZ33.5721.8946.17-
YUV131.16156.13170.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 91 (35.94% from 255) = 19.65%
BLUE value IS 181 (71.09% from 255) = 39.09%
R=41.25%
G=19.65%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919118100.520.050.2530643.8655.29
HexBF5BB50345191322c37
Octal2771332650645314625467
Binary10111111101101110110101011010010111001100110010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5BB5; }

 p { color: rgb(191,91,181); }

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

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

 a { background-color: rgb(191,91,181); }

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

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

 span { border-color: rgb(191,91,181); }

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