Html Css Color HEX #B94AAC Fuchsia

📋 copy color: '#B94AAC'

red 185 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #B94AAC

Tints of Fuchsia #B94AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.17%

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

R = 42.92%
G = 17.17%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B94AAC (or 0xB94AAC) is known color: Fuchsia. HEX triplet: B9, 4A and AC. RGB value is (185,74,172). Sum of RGB (Red+Green+Blue) = 185+74+172=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AAC is #46B553. Grayscale: #767676. Windows color (decimal): -4633940 or 11291321. OLE color: 11291321.

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

Color convert

RGB 185 74 172 -
CMYK 0 0.6 0.07 0.27
HSL 307.03º 0.44% 0.51% -
HSV(B) 307.03º 0.6% 0.73% -
XYZ 29.9 18.19 40.96 -
YUV 118.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 185 74 172 0 0.6 0.07 0.27 307.03 0.44 0.51
Hex B9 4A AC 0 3C 7 1B 133 2C 33
Octal 271 112 254 0 74 7 33 463 54 63
Binary 10111001 1001010 10101100 0 111100 111 11011 100110011 101100 110011

Color Harmonies of #B94AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AAC

Black with #B94AAC

Text Example


Text Example

White with #B94AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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