#BF6FB5

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

Shades of Fuchsia #BF6FB5

Tints of Fuchsia #BF6FB5

Color information

#BF6FB5 (or 0xBF6FB5) is unknown color: approx Fuchsia. HEX triplet: BF, 6F and B5. RGB value is (191,111,181). Sum of RGB (Red+Green+Blue) = 191+111+181=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FB5 is #40904A. Grayscale: #8E8E8E. Windows color (decimal): -4231243 or 11890623. OLE color: 11890623.

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

Color convert

RGB191111181-
CMYK00.420.050.25
HSL307.5º38.46%59.22%-
HSV(B)307.5º41.88%74.9%-
XYZ35.5125.7846.82-
YUV142.9149.5162.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=39.54%
G=22.98%
B=37.47%

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
Decimal19111118100.420.050.25307.538.4659.22
HexBF6FB502A519134263b
Octal2771572650525314644673
Binary10111111110111110110101010101010111001100110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FB5; }

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

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

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

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

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

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

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

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