Html Css Color HEX #BF49B9 Fuchsia

📋 copy color: '#BF49B9'

red 191 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #BF49B9

Tints of Fuchsia #BF49B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 42.54%
G = 16.26%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF49B9 (or 0xBF49B9) is known color: Fuchsia. HEX triplet: BF, 49 and B9. RGB value is (191,73,185). Sum of RGB (Red+Green+Blue) = 191+73+185=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF49B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49B9 is #40B646. Grayscale: #787878. Windows color (decimal): -4240967 or 12143039. OLE color: 12143039.

HSL color Cylindrical-coordinate representation of color #BF49B9: hue angle of 303.05º 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 #BF49B9 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 185 -
CMYK 0 0.62 0.03 0.25
HSL 303.05º 0.48% 0.52% -
HSV(B) 303.05º 0.62% 0.75% -
XYZ 32.63 19.34 47.91 -
YUV 121.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 191 73 185 0 0.62 0.03 0.25 303.05 0.48 0.52
Hex BF 49 B9 0 3E 3 19 12F 30 34
Octal 277 111 271 0 76 3 31 457 60 64
Binary 10111111 1001001 10111001 0 111110 11 11001 100101111 110000 110100

Color Harmonies of #BF49B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49B9

Black with #BF49B9

Text Example


Text Example

White with #BF49B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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