#BF6BAE

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

Shades of Fuchsia #BF6BAE

Tints of Fuchsia #BF6BAE

Color information

#BF6BAE (or 0xBF6BAE) is unknown color: approx Fuchsia. HEX triplet: BF, 6B and AE. RGB value is (191,107,174). Sum of RGB (Red+Green+Blue) = 191+107+174=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BAE is #409451. Grayscale: #8B8B8B. Windows color (decimal): -4232274 or 11430847. OLE color: 11430847.

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

Color convert

RGB191107174-
CMYK00.440.090.25
HSL312.14º39.62%58.43%-
HSV(B)312.14º43.98%74.9%-
XYZ34.3824.6542.99-
YUV139.75147.33164.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 107 (42.19% from 255) = 22.67%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=40.47%
G=22.67%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110717400.440.090.25312.1439.6258.43
HexBF6BAE02C919138283a
Octal27715325605411314705072
Binary101111111101011101011100101100100111001100111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BAE; }

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

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

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

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

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

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

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

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