Html Css Color HEX #BF4AA6 Fuchsia

📋 copy color: '#BF4AA6'

red 191 ◦ green 74 ◦ blue 166

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

Shades of Fuchsia #BF4AA6

Tints of Fuchsia #BF4AA6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.17%

 BLUE value IS 166 (65.23% from 255) = 38.52%

R = 44.32%
G = 17.17%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF4AA6 (or 0xBF4AA6) is known color: Fuchsia. HEX triplet: BF, 4A and A6. RGB value is (191,74,166). Sum of RGB (Red+Green+Blue) = 191+74+166=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4AA6 is #40B559. Grayscale: #777777. Windows color (decimal): -4240730 or 10898111. OLE color: 10898111.

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

Color convert

RGB 191 74 166 -
CMYK 0 0.61 0.13 0.25
HSL 312.82º 0.48% 0.52% -
HSV(B) 312.82º 0.61% 0.75% -
XYZ 30.82 18.73 38.07 -
YUV 119.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 191 74 166 0 0.61 0.13 0.25 312.82 0.48 0.52
Hex BF 4A A6 0 3D D 19 139 30 34
Octal 277 112 246 0 75 15 31 471 60 64
Binary 10111111 1001010 10100110 0 111101 1101 11001 100111001 110000 110100

Color Harmonies of #BF4AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AA6

Black with #BF4AA6

Text Example


Text Example

White with #BF4AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AA6; }

 p { color: rgb(191,74,166); }

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

background-color css

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

 a { background-color: rgb(191,74,166); }

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

border-color css

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

 span { border-color: rgb(191,74,166); }

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