Html Css Color HEX #BF59A9 Fuchsia

📋 copy color: '#BF59A9'

red 191 ◦ green 89 ◦ blue 169

#BF59A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BF59A9

Tints of Fuchsia #BF59A9

RGB

 RED value IS 191 (75% from 255) = 42.54%

 GREEN value IS 89 (35.16% from 255) = 19.82%

 BLUE value IS 169 (66.41% from 255) = 37.64%

R = 42.54%
G = 19.82%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF59A9 (or 0xBF59A9) is known color: Fuchsia. HEX triplet: BF, 59 and A9. RGB value is (191,89,169). Sum of RGB (Red+Green+Blue) = 191+89+169=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF59A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF59A9 is #40A656. Grayscale: #808080. Windows color (decimal): -4236887 or 11098559. OLE color: 11098559.

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

Color convert

RGB 191 89 169 -
CMYK 0 0.53 0.12 0.25
HSL 312.94º 0.44% 0.55% -
HSV(B) 312.94º 0.53% 0.75% -
XYZ 32.22 21.09 39.91 -
YUV 128.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 191 89 169 0 0.53 0.12 0.25 312.94 0.44 0.55
Hex BF 59 A9 0 35 C 19 139 2C 37
Octal 277 131 251 0 65 14 31 471 54 67
Binary 10111111 1011001 10101001 0 110101 1100 11001 100111001 101100 110111

Color Harmonies of #BF59A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59A9

Black with #BF59A9

Text Example


Text Example

White with #BF59A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59A9; }

 p { color: rgb(191,89,169); }

 H1.HeaderClassName
 {
   color: #BF59A9;
 }
 .AnyTagClassName
 {
   color: #BF59A9;
 }
</style>

background-color css

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

 a { background-color: rgb(191,89,169); }

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

border-color css

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

 span { border-color: rgb(191,89,169); }

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