Html Css Color HEX #BF49B2 Fuchsia

📋 copy color: '#BF49B2'

red 191 ◦ green 73 ◦ blue 178

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

Shades of Fuchsia #BF49B2

Tints of Fuchsia #BF49B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.27%

R = 43.21%
G = 16.52%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF49B2 (or 0xBF49B2) is known color: Fuchsia. HEX triplet: BF, 49 and B2. RGB value is (191,73,178). Sum of RGB (Red+Green+Blue) = 191+73+178=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF49B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF49B2 is #40B64D. Grayscale: #777777. Windows color (decimal): -4240974 or 11684287. OLE color: 11684287.

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

Color convert

RGB 191 73 178 -
CMYK 0 0.62 0.07 0.25
HSL 306.61º 0.48% 0.52% -
HSV(B) 306.61º 0.62% 0.75% -
XYZ 31.9 19.06 44.12 -
YUV 120.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 191 73 178 0 0.62 0.07 0.25 306.61 0.48 0.52
Hex BF 49 B2 0 3E 7 19 133 30 34
Octal 277 111 262 0 76 7 31 463 60 64
Binary 10111111 1001001 10110010 0 111110 111 11001 100110011 110000 110100

Color Harmonies of #BF49B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49B2

Black with #BF49B2

Text Example


Text Example

White with #BF49B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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