Html Css Color HEX #B940AA Fuchsia

📋 copy color: '#B940AA'

red 185 ◦ green 64 ◦ blue 170

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

Shades of Fuchsia #B940AA

Tints of Fuchsia #B940AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 44.15%
G = 15.27%
B = 40.57%

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

#B940AA (or 0xB940AA) is known color: Fuchsia. HEX triplet: B9, 40 and AA. RGB value is (185,64,170). Sum of RGB (Red+Green+Blue) = 185+64+170=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B940AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940AA is #46BF55. Grayscale: #6F6F6F. Windows color (decimal): -4636502 or 11157689. OLE color: 11157689.

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

Color convert

RGB 185 64 170 -
CMYK 0 0.65 0.08 0.27
HSL 307.44º 0.49% 0.49% -
HSV(B) 307.44º 0.65% 0.73% -
XYZ 29.1 16.88 39.76 -
YUV 112.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 185 64 170 0 0.65 0.08 0.27 307.44 0.49 0.49
Hex B9 40 AA 0 41 8 1B 133 31 31
Octal 271 100 252 0 101 10 33 463 61 61
Binary 10111001 1000000 10101010 0 1000001 1000 11011 100110011 110001 110001

Color Harmonies of #B940AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940AA

Black with #B940AA

Text Example


Text Example

White with #B940AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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