#BF6ABA

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

Shades of Fuchsia #BF6ABA

Tints of Fuchsia #BF6ABA

Color information

#BF6ABA (or 0xBF6ABA) is unknown color: approx Fuchsia. HEX triplet: BF, 6A and BA. RGB value is (191,106,186). Sum of RGB (Red+Green+Blue) = 191+106+186=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ABA is #409545. Grayscale: #8C8C8C. Windows color (decimal): -4232518 or 12217023. OLE color: 12217023.

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

Color convert

RGB191106186-
CMYK00.450.030.25
HSL303.53º39.91%58.24%-
HSV(B)303.53º44.5%74.9%-
XYZ35.524.9349.4-
YUV140.54153.66164-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=39.54%
G=21.95%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110618600.450.030.25303.5339.9158.24
HexBF6ABA02D319130283a
Octal2771522720553314605072
Binary1011111111010101011101001011011111001100110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6ABA; }

 p { color: rgb(191,106,186); }

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

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

 a { background-color: rgb(191,106,186); }

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

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

 span { border-color: rgb(191,106,186); }

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