Html Css Color HEX #B947AA Fuchsia

📋 copy color: '#B947AA'

red 185 ◦ green 71 ◦ blue 170

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

Shades of Fuchsia #B947AA

Tints of Fuchsia #B947AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.67%

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

R = 43.43%
G = 16.67%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B947AA (or 0xB947AA) is known color: Fuchsia. HEX triplet: B9, 47 and AA. RGB value is (185,71,170). Sum of RGB (Red+Green+Blue) = 185+71+170=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B947AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947AA is #46B855. Grayscale: #747474. Windows color (decimal): -4634710 or 11159481. OLE color: 11159481.

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

Color convert

RGB 185 71 170 -
CMYK 0 0.62 0.08 0.27
HSL 307.89º 0.45% 0.5% -
HSV(B) 307.89º 0.62% 0.73% -
XYZ 29.52 17.72 39.9 -
YUV 116.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 185 71 170 0 0.62 0.08 0.27 307.89 0.45 0.5
Hex B9 47 AA 0 3E 8 1B 134 2D 32
Octal 271 107 252 0 76 10 33 464 55 62
Binary 10111001 1000111 10101010 0 111110 1000 11011 100110100 101101 110010

Color Harmonies of #B947AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947AA

Black with #B947AA

Text Example


Text Example

White with #B947AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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