#BF61BC

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

Shades of Fuchsia #BF61BC

Tints of Fuchsia #BF61BC

Color information

#BF61BC (or 0xBF61BC) is unknown color: approx Fuchsia. HEX triplet: BF, 61 and BC. RGB value is (191,97,188). Sum of RGB (Red+Green+Blue) = 191+97+188=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61BC is #409E43. Grayscale: #878787. Windows color (decimal): -4234820 or 12345791. OLE color: 12345791.

HSL color Cylindrical-coordinate representation of color #BF61BC: hue angle of 301.91º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF61BC is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19197188-
CMYK00.490.020.25
HSL301.91º42.34%56.47%-
HSV(B)301.91º49.21%74.9%-
XYZ34.8423.2650.23-
YUV135.48157.64167.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=40.13%
G=20.38%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919718800.490.020.25301.9142.3456.47
HexBF61BC03121912e2a38
Octal2771412740612314565270
Binary1011111111000011011110001100011011001100101110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF61BC; }

 p { color: rgb(191,97,188); }

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

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

 a { background-color: rgb(191,97,188); }

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

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

 span { border-color: rgb(191,97,188); }

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