Html Css Color HEX #B94FAC Fuchsia

📋 copy color: '#B94FAC'

red 185 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #B94FAC

Tints of Fuchsia #B94FAC

RGB

 RED value IS 185 (72.66% from 255) = 42.43%

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

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

R = 42.43%
G = 18.12%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B94FAC (or 0xB94FAC) is known color: Fuchsia. HEX triplet: B9, 4F and AC. RGB value is (185,79,172). Sum of RGB (Red+Green+Blue) = 185+79+172=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B94FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94FAC is #46B053. Grayscale: #797979. Windows color (decimal): -4632660 or 11292601. OLE color: 11292601.

HSL color Cylindrical-coordinate representation of color #B94FAC: hue angle of 307.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B94FAC is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 79 172 -
CMYK 0 0.57 0.07 0.27
HSL 307.36º 0.43% 0.52% -
HSV(B) 307.36º 0.57% 0.73% -
XYZ 30.25 18.88 41.08 -
YUV 121.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 185 79 172 0 0.57 0.07 0.27 307.36 0.43 0.52
Hex B9 4F AC 0 39 7 1B 133 2B 34
Octal 271 117 254 0 71 7 33 463 53 64
Binary 10111001 1001111 10101100 0 111001 111 11011 100110011 101011 110100

Color Harmonies of #B94FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FAC

Black with #B94FAC

Text Example


Text Example

White with #B94FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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