#BF61A7

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

Shades of Fuchsia #BF61A7

Tints of Fuchsia #BF61A7

Color information

#BF61A7 (or 0xBF61A7) is unknown color: approx Fuchsia. HEX triplet: BF, 61 and A7. RGB value is (191,97,167). Sum of RGB (Red+Green+Blue) = 191+97+167=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF61A7 is #409E58. Grayscale: #848484. Windows color (decimal): -4234841 or 10969535. OLE color: 10969535.

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

Color convert

RGB19197167-
CMYK00.490.130.25
HSL315.32º42.34%56.47%-
HSV(B)315.32º49.21%74.9%-
XYZ32.7422.4239.16-
YUV133.09147.14169.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=41.98%
G=21.32%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919716700.490.130.25315.3242.3456.47
HexBF61A7031D1913b2a38
Octal27714124706115314735270
Binary101111111100001101001110110001110111001100111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF61A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF61A7; }

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

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

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

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

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

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

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

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