Html Css Color HEX #B94CAA Fuchsia

📋 copy color: '#B94CAA'

red 185 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #B94CAA

Tints of Fuchsia #B94CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 42.92%
G = 17.63%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B94CAA (or 0xB94CAA) is known color: Fuchsia. HEX triplet: B9, 4C and AA. RGB value is (185,76,170). Sum of RGB (Red+Green+Blue) = 185+76+170=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CAA is #46B355. Grayscale: #777777. Windows color (decimal): -4633430 or 11160761. OLE color: 11160761.

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

Color convert

RGB 185 76 170 -
CMYK 0 0.59 0.08 0.27
HSL 308.26º 0.44% 0.51% -
HSV(B) 308.26º 0.59% 0.73% -
XYZ 29.85 18.39 40.01 -
YUV 119.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 185 76 170 0 0.59 0.08 0.27 308.26 0.44 0.51
Hex B9 4C AA 0 3B 8 1B 134 2C 33
Octal 271 114 252 0 73 10 33 464 54 63
Binary 10111001 1001100 10101010 0 111011 1000 11011 100110100 101100 110011

Color Harmonies of #B94CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CAA

Black with #B94CAA

Text Example


Text Example

White with #B94CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CAA; }

 p { color: rgb(185,76,170); }

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

background-color css

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

 a { background-color: rgb(185,76,170); }

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

border-color css

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

 span { border-color: rgb(185,76,170); }

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