#BF5BAB

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

Shades of Fuchsia #BF5BAB

Tints of Fuchsia #BF5BAB

Color information

#BF5BAB (or 0xBF5BAB) is unknown color: approx Fuchsia. HEX triplet: BF, 5B and AB. RGB value is (191,91,171). Sum of RGB (Red+Green+Blue) = 191+91+171=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5BAB is #40A454. Grayscale: #818181. Windows color (decimal): -4236373 or 11230143. OLE color: 11230143.

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

Color convert

RGB19191171-
CMYK00.520.100.25
HSL312º43.86%55.29%-
HSV(B)312º52.36%74.9%-
XYZ32.5821.540.96-
YUV130.02151.13171.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 91 (35.94% from 255) = 20.09%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=42.16%
G=20.09%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919117100.520.100.2531243.8655.29
HexBF5BAB034A191382c37
Octal27713325306412314705467
Binary101111111011011101010110110100101011001100111000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5BAB; }

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

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

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

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

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

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

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

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