Html Css Color HEX #B941AD Fuchsia

📋 copy color: '#B941AD'

red 185 ◦ green 65 ◦ blue 173

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

Shades of Fuchsia #B941AD

Tints of Fuchsia #B941AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

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

R = 43.74%
G = 15.37%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B941AD (or 0xB941AD) is known color: Fuchsia. HEX triplet: B9, 41 and AD. RGB value is (185,65,173). Sum of RGB (Red+Green+Blue) = 185+65+173=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B941AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B941AD is #46BE52. Grayscale: #707070. Windows color (decimal): -4636243 or 11354553. OLE color: 11354553.

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

Color convert

RGB 185 65 173 -
CMYK 0 0.65 0.06 0.27
HSL 306º 0.48% 0.49% -
HSV(B) 306º 0.65% 0.73% -
XYZ 29.44 17.11 41.29 -
YUV 113.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 185 65 173 0 0.65 0.06 0.27 306 0.48 0.49
Hex B9 41 AD 0 41 6 1B 132 30 31
Octal 271 101 255 0 101 6 33 462 60 61
Binary 10111001 1000001 10101101 0 1000001 110 11011 100110010 110000 110001

Color Harmonies of #B941AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941AD

Black with #B941AD

Text Example


Text Example

White with #B941AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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