Html Css Color HEX #B947AB Fuchsia

📋 copy color: '#B947AB'

red 185 ◦ green 71 ◦ blue 171

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

Shades of Fuchsia #B947AB

Tints of Fuchsia #B947AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 43.33%
G = 16.63%
B = 40.05%

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

#B947AB (or 0xB947AB) is known color: Fuchsia. HEX triplet: B9, 47 and AB. RGB value is (185,71,171). Sum of RGB (Red+Green+Blue) = 185+71+171=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B947AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947AB is #46B854. Grayscale: #747474. Windows color (decimal): -4634709 or 11225017. OLE color: 11225017.

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

Color convert

RGB 185 71 171 -
CMYK 0 0.62 0.08 0.27
HSL 307.37º 0.45% 0.5% -
HSV(B) 307.37º 0.62% 0.73% -
XYZ 29.61 17.76 40.4 -
YUV 116.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 185 71 171 0 0.62 0.08 0.27 307.37 0.45 0.5
Hex B9 47 AB 0 3E 8 1B 133 2D 32
Octal 271 107 253 0 76 10 33 463 55 62
Binary 10111001 1000111 10101011 0 111110 1000 11011 100110011 101101 110010

Color Harmonies of #B947AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947AB

Black with #B947AB

Text Example


Text Example

White with #B947AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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