#BF35AA

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

Shades of Fuchsia #BF35AA

Tints of Fuchsia #BF35AA

Color information

#BF35AA (or 0xBF35AA) is unknown color: approx Fuchsia. HEX triplet: BF, 35 and AA. RGB value is (191,53,170). Sum of RGB (Red+Green+Blue) = 191+53+170=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF35AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF35AA is #40CA55. Grayscale: #6B6B6B. Windows color (decimal): -4246102 or 11154879. OLE color: 11154879.

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

Color convert

RGB19153170-
CMYK00.720.110.25
HSL309.13º56.56%47.84%-
HSV(B)309.13º72.25%74.9%-
XYZ30.0116.5239.64-
YUV107.6163.22187.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 53 (21.09% from 255) = 12.80%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=46.14%
G=12.80%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915317000.720.110.25309.1356.5647.84
HexBF35AA048B191353930
Octal27765252011013314657160
Binary101111111101011010101001001000101111001100110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF35AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF35AA; }

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

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

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

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

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

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

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

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