Html Css Color HEX #B943AD Fuchsia

📋 copy color: '#B943AD'

red 185 ◦ green 67 ◦ blue 173

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

Shades of Fuchsia #B943AD

Tints of Fuchsia #B943AD

RGB

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

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

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

R = 43.53%
G = 15.76%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B943AD (or 0xB943AD) is known color: Fuchsia. HEX triplet: B9, 43 and AD. RGB value is (185,67,173). Sum of RGB (Red+Green+Blue) = 185+67+173=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B943AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B943AD is #46BC52. Grayscale: #727272. Windows color (decimal): -4635731 or 11355065. OLE color: 11355065.

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

Color convert

RGB 185 67 173 -
CMYK 0 0.64 0.06 0.27
HSL 306.1º 0.47% 0.49% -
HSV(B) 306.1º 0.64% 0.73% -
XYZ 29.56 17.35 41.33 -
YUV 114.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 185 67 173 0 0.64 0.06 0.27 306.1 0.47 0.49
Hex B9 43 AD 0 40 6 1B 132 2F 31
Octal 271 103 255 0 100 6 33 462 57 61
Binary 10111001 1000011 10101101 0 1000000 110 11011 100110010 101111 110001

Color Harmonies of #B943AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943AD

Black with #B943AD

Text Example


Text Example

White with #B943AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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