Html Css Color HEX #BF49B0 Fuchsia

📋 copy color: '#BF49B0'

red 191 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #BF49B0

Tints of Fuchsia #BF49B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40%

R = 43.41%
G = 16.59%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF49B0 (or 0xBF49B0) is known color: Fuchsia. HEX triplet: BF, 49 and B0. RGB value is (191,73,176). Sum of RGB (Red+Green+Blue) = 191+73+176=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF49B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF49B0 is #40B64F. Grayscale: #777777. Windows color (decimal): -4240976 or 11553215. OLE color: 11553215.

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

Color convert

RGB 191 73 176 -
CMYK 0 0.62 0.08 0.25
HSL 307.63º 0.48% 0.52% -
HSV(B) 307.63º 0.62% 0.75% -
XYZ 31.7 18.98 43.07 -
YUV 120.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 191 73 176 0 0.62 0.08 0.25 307.63 0.48 0.52
Hex BF 49 B0 0 3E 8 19 134 30 34
Octal 277 111 260 0 76 10 31 464 60 64
Binary 10111111 1001001 10110000 0 111110 1000 11001 100110100 110000 110100

Color Harmonies of #BF49B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49B0

Black with #BF49B0

Text Example


Text Example

White with #BF49B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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