Html Css Color HEX #B940AB Fuchsia

📋 copy color: '#B940AB'

red 185 ◦ green 64 ◦ blue 171

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

Shades of Fuchsia #B940AB

Tints of Fuchsia #B940AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

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

R = 44.05%
G = 15.24%
B = 40.71%

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

#B940AB (or 0xB940AB) is known color: Fuchsia. HEX triplet: B9, 40 and AB. RGB value is (185,64,171). Sum of RGB (Red+Green+Blue) = 185+64+171=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B940AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940AB is #46BF54. Grayscale: #707070. Windows color (decimal): -4636501 or 11223225. OLE color: 11223225.

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

Color convert

RGB 185 64 171 -
CMYK 0 0.65 0.08 0.27
HSL 306.94º 0.49% 0.49% -
HSV(B) 306.94º 0.65% 0.73% -
XYZ 29.19 16.92 40.26 -
YUV 112.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 185 64 171 0 0.65 0.08 0.27 306.94 0.49 0.49
Hex B9 40 AB 0 41 8 1B 133 31 31
Octal 271 100 253 0 101 10 33 463 61 61
Binary 10111001 1000000 10101011 0 1000001 1000 11011 100110011 110001 110001

Color Harmonies of #B940AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940AB

Black with #B940AB

Text Example


Text Example

White with #B940AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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