Html Css Color HEX #BF49BE Fuchsia

📋 copy color: '#BF49BE'

red 191 ◦ green 73 ◦ blue 190

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

Shades of Fuchsia #BF49BE

Tints of Fuchsia #BF49BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 42.07%
G = 16.08%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF49BE (or 0xBF49BE) is known color: Fuchsia. HEX triplet: BF, 49 and BE. RGB value is (191,73,190). Sum of RGB (Red+Green+Blue) = 191+73+190=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49BE is #40B641. Grayscale: #797979. Windows color (decimal): -4240962 or 12470719. OLE color: 12470719.

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

Color convert

RGB 191 73 190 -
CMYK 0 0.62 0.01 0.25
HSL 300.51º 0.48% 0.52% -
HSV(B) 300.51º 0.62% 0.75% -
XYZ 33.16 19.56 50.74 -
YUV 121.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 191 73 190 0 0.62 0.01 0.25 300.51 0.48 0.52
Hex BF 49 BE 0 3E 1 19 12D 30 34
Octal 277 111 276 0 76 1 31 455 60 64
Binary 10111111 1001001 10111110 0 111110 1 11001 100101101 110000 110100

Color Harmonies of #BF49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49BE

Black with #BF49BE

Text Example


Text Example

White with #BF49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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