#BF6FB8

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

Shades of Fuchsia #BF6FB8

Tints of Fuchsia #BF6FB8

Color information

#BF6FB8 (or 0xBF6FB8) is unknown color: approx Fuchsia. HEX triplet: BF, 6F and B8. RGB value is (191,111,184). Sum of RGB (Red+Green+Blue) = 191+111+184=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FB8 is #409047. Grayscale: #8F8F8F. Windows color (decimal): -4231240 or 12087231. OLE color: 12087231.

HSL color Cylindrical-coordinate representation of color #BF6FB8: hue angle of 305.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6FB8 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191111184-
CMYK00.420.040.25
HSL305.25º38.46%59.22%-
HSV(B)305.25º41.88%74.9%-
XYZ35.8225.9148.46-
YUV143.24151162.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 184 (72.27% from 255) = 37.86%
R=39.30%
G=22.84%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111118400.420.040.25305.2538.4659.22
HexBF6FB802A419131263b
Octal2771572700524314614673
Binary10111111110111110111000010101010011001100110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FB8; }

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

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

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

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

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

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

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

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