Html Css Color HEX #BF2AAE Fuchsia

📋 copy color: '#BF2AAE'

red 191 ◦ green 42 ◦ blue 174

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

Shades of Fuchsia #BF2AAE

Tints of Fuchsia #BF2AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.32%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 46.93%
G = 10.32%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF2AAE (or 0xBF2AAE) is known color: Fuchsia. HEX triplet: BF, 2A and AE. RGB value is (191,42,174). Sum of RGB (Red+Green+Blue) = 191+42+174=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2AAE is #40D551. Grayscale: #656565. Windows color (decimal): -4248914 or 11414207. OLE color: 11414207.

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

Color convert

RGB 191 42 174 -
CMYK 0 0.78 0.09 0.25
HSL 306.85º 0.64% 0.46% -
HSV(B) 306.85º 0.78% 0.75% -
XYZ 29.95 15.79 41.51 -
YUV 101.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 191 42 174 0 0.78 0.09 0.25 306.85 0.64 0.46
Hex BF 2A AE 0 4E 9 19 133 40 2E
Octal 277 52 256 0 116 11 31 463 100 56
Binary 10111111 101010 10101110 0 1001110 1001 11001 100110011 1000000 101110

Color Harmonies of #BF2AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2AAE

Black with #BF2AAE

Text Example


Text Example

White with #BF2AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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