Html Css Color HEX #B946AB Fuchsia

📋 copy color: '#B946AB'

red 185 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #B946AB

Tints of Fuchsia #B946AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.43%

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

R = 43.43%
G = 16.43%
B = 40.14%

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

#B946AB (or 0xB946AB) is known color: Fuchsia. HEX triplet: B9, 46 and AB. RGB value is (185,70,171). Sum of RGB (Red+Green+Blue) = 185+70+171=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B946AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B946AB is #46B954. Grayscale: #737373. Windows color (decimal): -4634965 or 11224761. OLE color: 11224761.

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

Color convert

RGB 185 70 171 -
CMYK 0 0.62 0.08 0.27
HSL 307.3º 0.45% 0.5% -
HSV(B) 307.3º 0.62% 0.73% -
XYZ 29.55 17.63 40.37 -
YUV 115.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 185 70 171 0 0.62 0.08 0.27 307.3 0.45 0.5
Hex B9 46 AB 0 3E 8 1B 133 2D 32
Octal 271 106 253 0 76 10 33 463 55 62
Binary 10111001 1000110 10101011 0 111110 1000 11011 100110011 101101 110010

Color Harmonies of #B946AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946AB

Black with #B946AB

Text Example


Text Example

White with #B946AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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