#BF6FB6

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

Shades of Fuchsia #BF6FB6

Tints of Fuchsia #BF6FB6

Color information

#BF6FB6 (or 0xBF6FB6) is unknown color: approx Fuchsia. HEX triplet: BF, 6F and B6. RGB value is (191,111,182). Sum of RGB (Red+Green+Blue) = 191+111+182=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FB6 is #409049. Grayscale: #8E8E8E. Windows color (decimal): -4231242 or 11956159. OLE color: 11956159.

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

Color convert

RGB191111182-
CMYK00.420.050.25
HSL306.75º38.46%59.22%-
HSV(B)306.75º41.88%74.9%-
XYZ35.6125.8247.36-
YUV143.01150162.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 111 (43.75% from 255) = 22.93%
BLUE value IS 182 (71.48% from 255) = 37.60%
R=39.46%
G=22.93%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111118200.420.050.25306.7538.4659.22
HexBF6FB602A519133263b
Octal2771572660525314634673
Binary10111111110111110110110010101010111001100110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FB6; }

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

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

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

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

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

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

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

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