Html Css Color HEX #BF42AC Fuchsia

📋 copy color: '#BF42AC'

red 191 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #BF42AC

Tints of Fuchsia #BF42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.38%

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

R = 44.52%
G = 15.38%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF42AC (or 0xBF42AC) is known color: Fuchsia. HEX triplet: BF, 42 and AC. RGB value is (191,66,172). Sum of RGB (Red+Green+Blue) = 191+66+172=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF42AC is #40BD53. Grayscale: #737373. Windows color (decimal): -4242772 or 11289279. OLE color: 11289279.

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

Color convert

RGB 191 66 172 -
CMYK 0 0.65 0.10 0.25
HSL 309.12º 0.49% 0.5% -
HSV(B) 309.12º 0.65% 0.75% -
XYZ 30.88 17.95 40.87 -
YUV 115.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 191 66 172 0 0.65 0.10 0.25 309.12 0.49 0.5
Hex BF 42 AC 0 41 A 19 135 31 32
Octal 277 102 254 0 101 12 31 465 61 62
Binary 10111111 1000010 10101100 0 1000001 1010 11001 100110101 110001 110010

Color Harmonies of #BF42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42AC

Black with #BF42AC

Text Example


Text Example

White with #BF42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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