Html Css Color HEX #B941AB Fuchsia

📋 copy color: '#B941AB'

red 185 ◦ green 65 ◦ blue 171

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

Shades of Fuchsia #B941AB

Tints of Fuchsia #B941AB

RGB

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

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

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

R = 43.94%
G = 15.44%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B941AB (or 0xB941AB) is known color: Fuchsia. HEX triplet: B9, 41 and AB. RGB value is (185,65,171). Sum of RGB (Red+Green+Blue) = 185+65+171=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B941AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B941AB is #46BE54. Grayscale: #707070. Windows color (decimal): -4636245 or 11223481. OLE color: 11223481.

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

Color convert

RGB 185 65 171 -
CMYK 0 0.65 0.08 0.27
HSL 307º 0.48% 0.49% -
HSV(B) 307º 0.65% 0.73% -
XYZ 29.25 17.04 40.27 -
YUV 112.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 185 65 171 0 0.65 0.08 0.27 307 0.48 0.49
Hex B9 41 AB 0 41 8 1B 133 30 31
Octal 271 101 253 0 101 10 33 463 60 61
Binary 10111001 1000001 10101011 0 1000001 1000 11011 100110011 110000 110001

Color Harmonies of #B941AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941AB

Black with #B941AB

Text Example


Text Example

White with #B941AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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