#BF5DA8

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

Shades of Fuchsia #BF5DA8

Tints of Fuchsia #BF5DA8

Color information

#BF5DA8 (or 0xBF5DA8) is unknown color: approx Fuchsia. HEX triplet: BF, 5D and A8. RGB value is (191,93,168). Sum of RGB (Red+Green+Blue) = 191+93+168=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5DA8 is #40A257. Grayscale: #828282. Windows color (decimal): -4235864 or 11034047. OLE color: 11034047.

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

Color convert

RGB19193168-
CMYK00.510.120.25
HSL314.08º43.36%55.69%-
HSV(B)314.08º51.31%74.9%-
XYZ32.4721.7339.53-
YUV130.85148.97170.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 168 (66.02% from 255) = 37.17%
R=42.26%
G=20.58%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919316800.510.120.25314.0843.3655.69
HexBF5DA8033C1913a2b38
Octal27713525006314314725370
Binary101111111011101101010000110011110011001100111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5DA8; }

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

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

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

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

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

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

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

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