Html Css Color HEX #BF4CAC Fuchsia

📋 copy color: '#BF4CAC'

red 191 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #BF4CAC

Tints of Fuchsia #BF4CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.31%

 BLUE value IS 172 (67.58% from 255) = 39.18%

R = 43.51%
G = 17.31%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF4CAC (or 0xBF4CAC) is known color: Fuchsia. HEX triplet: BF, 4C and AC. RGB value is (191,76,172). Sum of RGB (Red+Green+Blue) = 191+76+172=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4CAC is #40B353. Grayscale: #797979. Windows color (decimal): -4240212 or 11291839. OLE color: 11291839.

HSL color Cylindrical-coordinate representation of color #BF4CAC: hue angle of 309.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CAC is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 172 -
CMYK 0 0.60 0.10 0.25
HSL 309.91º 0.47% 0.52% -
HSV(B) 309.91º 0.6% 0.75% -
XYZ 31.52 19.22 41.08 -
YUV 121.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 191 76 172 0 0.60 0.10 0.25 309.91 0.47 0.52
Hex BF 4C AC 0 3C A 19 136 2F 34
Octal 277 114 254 0 74 12 31 466 57 64
Binary 10111111 1001100 10101100 0 111100 1010 11001 100110110 101111 110100

Color Harmonies of #BF4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CAC

Black with #BF4CAC

Text Example


Text Example

White with #BF4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CAC; }

 p { color: rgb(191,76,172); }

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

background-color css

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

 a { background-color: rgb(191,76,172); }

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

border-color css

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

 span { border-color: rgb(191,76,172); }

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