Html Css Color HEX #BF4FAC Fuchsia

📋 copy color: '#BF4FAC'

red 191 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #BF4FAC

Tints of Fuchsia #BF4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.87%

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

R = 43.21%
G = 17.87%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF4FAC (or 0xBF4FAC) is known color: Fuchsia. HEX triplet: BF, 4F and AC. RGB value is (191,79,172). Sum of RGB (Red+Green+Blue) = 191+79+172=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4FAC is #40B053. Grayscale: #7A7A7A. Windows color (decimal): -4239444 or 11292607. OLE color: 11292607.

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

Color convert

RGB 191 79 172 -
CMYK 0 0.59 0.10 0.25
HSL 310.18º 0.47% 0.53% -
HSV(B) 310.18º 0.59% 0.75% -
XYZ 31.73 19.65 41.15 -
YUV 123.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 191 79 172 0 0.59 0.10 0.25 310.18 0.47 0.53
Hex BF 4F AC 0 3B A 19 136 2F 35
Octal 277 117 254 0 73 12 31 466 57 65
Binary 10111111 1001111 10101100 0 111011 1010 11001 100110110 101111 110101

Color Harmonies of #BF4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FAC

Black with #BF4FAC

Text Example


Text Example

White with #BF4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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