#BF5CA8

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

Shades of Fuchsia #BF5CA8

Tints of Fuchsia #BF5CA8

Color information

#BF5CA8 (or 0xBF5CA8) is unknown color: approx Fuchsia. HEX triplet: BF, 5C and A8. RGB value is (191,92,168). Sum of RGB (Red+Green+Blue) = 191+92+168=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5CA8 is #40A357. Grayscale: #828282. Windows color (decimal): -4236120 or 11033791. OLE color: 11033791.

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

Color convert

RGB19192168-
CMYK00.520.120.25
HSL313.94º43.61%55.49%-
HSV(B)313.94º51.83%74.9%-
XYZ32.3821.5639.5-
YUV130.26149.3171.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 92 (36.33% from 255) = 20.40%
BLUE value IS 168 (66.02% from 255) = 37.25%
R=42.35%
G=20.40%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919216800.520.120.25313.9443.6155.49
HexBF5CA8034C1913a2c37
Octal27713425006414314725467
Binary101111111011100101010000110100110011001100111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5CA8; }

 p { color: rgb(191,92,168); }

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

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

 a { background-color: rgb(191,92,168); }

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

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

 span { border-color: rgb(191,92,168); }

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