#BF6BB1

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

Shades of Fuchsia #BF6BB1

Tints of Fuchsia #BF6BB1

Color information

#BF6BB1 (or 0xBF6BB1) is unknown color: approx Fuchsia. HEX triplet: BF, 6B and B1. RGB value is (191,107,177). Sum of RGB (Red+Green+Blue) = 191+107+177=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BB1 is #40944E. Grayscale: #8B8B8B. Windows color (decimal): -4232271 or 11627455. OLE color: 11627455.

HSL color Cylindrical-coordinate representation of color #BF6BB1: hue angle of 310º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6BB1 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB191107177-
CMYK00.440.070.25
HSL310º39.62%58.43%-
HSV(B)310º43.98%74.9%-
XYZ34.6824.7744.55-
YUV140.1148.83164.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=40.21%
G=22.53%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110717700.440.070.2531039.6258.43
HexBF6BB102C719136283a
Octal2771532610547314665072
Binary10111111110101110110001010110011111001100110110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BB1; }

 p { color: rgb(191,107,177); }

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

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

 a { background-color: rgb(191,107,177); }

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

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

 span { border-color: rgb(191,107,177); }

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