Html Css Color HEX #B943A6 Fuchsia

📋 copy color: '#B943A6'

red 185 ◦ green 67 ◦ blue 166

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

Shades of Fuchsia #B943A6

Tints of Fuchsia #B943A6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.03%

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

R = 44.26%
G = 16.03%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B943A6 (or 0xB943A6) is known color: Fuchsia. HEX triplet: B9, 43 and A6. RGB value is (185,67,166). Sum of RGB (Red+Green+Blue) = 185+67+166=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B943A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B943A6 is #46BC59. Grayscale: #717171. Windows color (decimal): -4635738 or 10896313. OLE color: 10896313.

HSL color Cylindrical-coordinate representation of color #B943A6: hue angle of 309.66º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B943A6 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 67 166 -
CMYK 0 0.64 0.10 0.27
HSL 309.66º 0.47% 0.49% -
HSV(B) 309.66º 0.64% 0.73% -
XYZ 28.9 17.08 37.85 -
YUV 113.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 185 67 166 0 0.64 0.10 0.27 309.66 0.47 0.49
Hex B9 43 A6 0 40 A 1B 136 2F 31
Octal 271 103 246 0 100 12 33 466 57 61
Binary 10111001 1000011 10100110 0 1000000 1010 11011 100110110 101111 110001

Color Harmonies of #B943A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943A6

Black with #B943A6

Text Example


Text Example

White with #B943A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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