Html Css Color HEX #B947AD Fuchsia

📋 copy color: '#B947AD'

red 185 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #B947AD

Tints of Fuchsia #B947AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 43.12%
G = 16.55%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B947AD (or 0xB947AD) is known color: Fuchsia. HEX triplet: B9, 47 and AD. RGB value is (185,71,173). Sum of RGB (Red+Green+Blue) = 185+71+173=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B947AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947AD is #46B852. Grayscale: #747474. Windows color (decimal): -4634707 or 11356089. OLE color: 11356089.

HSL color Cylindrical-coordinate representation of color #B947AD: hue angle of 306.32º 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 #B947AD is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 173 -
CMYK 0 0.62 0.06 0.27
HSL 306.32º 0.45% 0.5% -
HSV(B) 306.32º 0.62% 0.73% -
XYZ 29.8 17.84 41.41 -
YUV 116.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 185 71 173 0 0.62 0.06 0.27 306.32 0.45 0.5
Hex B9 47 AD 0 3E 6 1B 132 2D 32
Octal 271 107 255 0 76 6 33 462 55 62
Binary 10111001 1000111 10101101 0 111110 110 11011 100110010 101101 110010

Color Harmonies of #B947AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947AD

Black with #B947AD

Text Example


Text Example

White with #B947AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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