Html Css Color HEX #BF49BC Fuchsia

📋 copy color: '#BF49BC'

red 191 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #BF49BC

Tints of Fuchsia #BF49BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 42.26%
G = 16.15%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF49BC (or 0xBF49BC) is known color: Fuchsia. HEX triplet: BF, 49 and BC. RGB value is (191,73,188). Sum of RGB (Red+Green+Blue) = 191+73+188=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF49BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49BC is #40B643. Grayscale: #797979. Windows color (decimal): -4240964 or 12339647. OLE color: 12339647.

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

Color convert

RGB 191 73 188 -
CMYK 0 0.62 0.02 0.25
HSL 301.53º 0.48% 0.52% -
HSV(B) 301.53º 0.62% 0.75% -
XYZ 32.95 19.47 49.6 -
YUV 121.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 191 73 188 0 0.62 0.02 0.25 301.53 0.48 0.52
Hex BF 49 BC 0 3E 2 19 12E 30 34
Octal 277 111 274 0 76 2 31 456 60 64
Binary 10111111 1001001 10111100 0 111110 10 11001 100101110 110000 110100

Color Harmonies of #BF49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49BC

Black with #BF49BC

Text Example


Text Example

White with #BF49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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