#BF6BC5

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

Shades of Fuchsia #BF6BC5

Tints of Fuchsia #BF6BC5

Color information

#BF6BC5 (or 0xBF6BC5) is unknown color: approx Fuchsia. HEX triplet: BF, 6B and C5. RGB value is (191,107,197). Sum of RGB (Red+Green+Blue) = 191+107+197=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF6BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BC5 is #40943A. Grayscale: #8E8E8E. Windows color (decimal): -4232251 or 12938175. OLE color: 12938175.

HSL color Cylindrical-coordinate representation of color #BF6BC5: hue angle of 296º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6BC5 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191107197-
CMYK0.030.4600.23
HSL296º43.69%59.61%-
HSV(B)296º45.69%77.25%-
XYZ36.8225.6255.83-
YUV142.38158.83162.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 107 (42.19% from 255) = 21.62%
BLUE value IS 197 (77.34% from 255) = 39.80%
R=38.59%
G=21.62%
B=39.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911071970.030.4600.2329643.6959.61
HexBF6BC532E0171282c3c
Octal2771533053560274505474
Binary1011111111010111100010111101110010111100101000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BC5; }

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

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

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

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

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

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

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

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