Html Css Color HEX #BF60AA Fuchsia

📋 copy color: '#BF60AA'

red 191 ◦ green 96 ◦ blue 170

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

Shades of Fuchsia #BF60AA

Tints of Fuchsia #BF60AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 41.79%
G = 21.01%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF60AA (or 0xBF60AA) is known color: Fuchsia. HEX triplet: BF, 60 and AA. RGB value is (191,96,170). Sum of RGB (Red+Green+Blue) = 191+96+170=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60AA is #409F55. Grayscale: #848484. Windows color (decimal): -4235094 or 11165887. OLE color: 11165887.

HSL color Cylindrical-coordinate representation of color #BF60AA: hue angle of 313.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF60AA is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 170 -
CMYK 0 0.50 0.11 0.25
HSL 313.26º 0.43% 0.56% -
HSV(B) 313.26º 0.5% 0.75% -
XYZ 32.92 22.34 40.61 -
YUV 132.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 191 96 170 0 0.50 0.11 0.25 313.26 0.43 0.56
Hex BF 60 AA 0 32 B 19 139 2B 38
Octal 277 140 252 0 62 13 31 471 53 70
Binary 10111111 1100000 10101010 0 110010 1011 11001 100111001 101011 111000

Color Harmonies of #BF60AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60AA

Black with #BF60AA

Text Example


Text Example

White with #BF60AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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