#BF5FB8

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

Shades of Fuchsia #BF5FB8

Tints of Fuchsia #BF5FB8

Color information

#BF5FB8 (or 0xBF5FB8) is unknown color: approx Fuchsia. HEX triplet: BF, 5F and B8. RGB value is (191,95,184). Sum of RGB (Red+Green+Blue) = 191+95+184=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FB8 is #40A047. Grayscale: #858585. Windows color (decimal): -4235336 or 12083135. OLE color: 12083135.

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

Color convert

RGB19195184-
CMYK00.500.040.25
HSL304.38º42.86%56.08%-
HSV(B)304.38º50.26%74.9%-
XYZ34.2322.7247.93-
YUV133.85156.3168.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 95 (37.5% from 255) = 20.21%
BLUE value IS 184 (72.27% from 255) = 39.15%
R=40.64%
G=20.21%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919518400.500.040.25304.3842.8656.08
HexBF5FB80324191302b38
Octal2771372700624314605370
Binary10111111101111110111000011001010011001100110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FB8; }

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

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

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

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

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

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

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

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