#BF67AA

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

Shades of Fuchsia #BF67AA

Tints of Fuchsia #BF67AA

Color information

#BF67AA (or 0xBF67AA) is unknown color: approx Fuchsia. HEX triplet: BF, 67 and AA. RGB value is (191,103,170). Sum of RGB (Red+Green+Blue) = 191+103+170=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF67AA is #409855. Grayscale: #888888. Windows color (decimal): -4233302 or 11167679. OLE color: 11167679.

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

Color convert

RGB191103170-
CMYK00.460.110.25
HSL314.32º40.74%57.65%-
HSV(B)314.32º46.07%74.9%-
XYZ33.5923.6840.83-
YUV136.95146.65166.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=41.16%
G=22.20%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110317000.460.110.25314.3240.7457.65
HexBF67AA02EB1913a293a
Octal27714725205613314725172
Binary101111111100111101010100101110101111001100111010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67AA; }

 p { color: rgb(191,103,170); }

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

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

 a { background-color: rgb(191,103,170); }

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

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

 span { border-color: rgb(191,103,170); }

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