#BF6FB7

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

Shades of Fuchsia #BF6FB7

Tints of Fuchsia #BF6FB7

Color information

#BF6FB7 (or 0xBF6FB7) is unknown color: approx Fuchsia. HEX triplet: BF, 6F and B7. RGB value is (191,111,183). Sum of RGB (Red+Green+Blue) = 191+111+183=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FB7 is #409048. Grayscale: #8E8E8E. Windows color (decimal): -4231241 or 12021695. OLE color: 12021695.

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

Color convert

RGB191111183-
CMYK00.420.040.25
HSL306º38.46%59.22%-
HSV(B)306º41.88%74.9%-
XYZ35.7225.8647.91-
YUV143.13150.5162.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 183 (71.88% from 255) = 37.73%
R=39.38%
G=22.89%
B=37.73%

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
Decimal19111118300.420.040.2530638.4659.22
HexBF6FB702A419132263b
Octal2771572670524314624673
Binary10111111110111110110111010101010011001100110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FB7; }

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

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

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

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

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

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

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

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