Html Css Color HEX #BF49AB Fuchsia

📋 copy color: '#BF49AB'

red 191 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #BF49AB

Tints of Fuchsia #BF49AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 43.91%
G = 16.78%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF49AB (or 0xBF49AB) is known color: Fuchsia. HEX triplet: BF, 49 and AB. RGB value is (191,73,171). Sum of RGB (Red+Green+Blue) = 191+73+171=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF49AB is #40B654. Grayscale: #777777. Windows color (decimal): -4240981 or 11225535. OLE color: 11225535.

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

Color convert

RGB 191 73 171 -
CMYK 0 0.62 0.10 0.25
HSL 310.17º 0.48% 0.52% -
HSV(B) 310.17º 0.62% 0.75% -
XYZ 31.22 18.78 40.51 -
YUV 119.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 191 73 171 0 0.62 0.10 0.25 310.17 0.48 0.52
Hex BF 49 AB 0 3E A 19 136 30 34
Octal 277 111 253 0 76 12 31 466 60 64
Binary 10111111 1001001 10101011 0 111110 1010 11001 100110110 110000 110100

Color Harmonies of #BF49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49AB

Black with #BF49AB

Text Example


Text Example

White with #BF49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49AB; }

 p { color: rgb(191,73,171); }

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

background-color css

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

 a { background-color: rgb(191,73,171); }

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

border-color css

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

 span { border-color: rgb(191,73,171); }

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