Html Css Color HEX #B946A6 Fuchsia

📋 copy color: '#B946A6'

red 185 ◦ green 70 ◦ blue 166

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

Shades of Fuchsia #B946A6

Tints of Fuchsia #B946A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.43%

R = 43.94%
G = 16.63%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B946A6 (or 0xB946A6) is known color: Fuchsia. HEX triplet: B9, 46 and A6. RGB value is (185,70,166). Sum of RGB (Red+Green+Blue) = 185+70+166=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B946A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B946A6 is #46B959. Grayscale: #737373. Windows color (decimal): -4634970 or 10897081. OLE color: 10897081.

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

Color convert

RGB 185 70 166 -
CMYK 0 0.62 0.10 0.27
HSL 309.91º 0.45% 0.5% -
HSV(B) 309.91º 0.62% 0.73% -
XYZ 29.08 17.45 37.91 -
YUV 115.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 185 70 166 0 0.62 0.10 0.27 309.91 0.45 0.5
Hex B9 46 A6 0 3E A 1B 136 2D 32
Octal 271 106 246 0 76 12 33 466 55 62
Binary 10111001 1000110 10100110 0 111110 1010 11011 100110110 101101 110010

Color Harmonies of #B946A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946A6

Black with #B946A6

Text Example


Text Example

White with #B946A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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