Html Css Color HEX #B940A6 Fuchsia

📋 copy color: '#B940A6'

red 185 ◦ green 64 ◦ blue 166

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

Shades of Fuchsia #B940A6

Tints of Fuchsia #B940A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40%

R = 44.58%
G = 15.42%
B = 40%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B940A6 (or 0xB940A6) is known color: Fuchsia. HEX triplet: B9, 40 and A6. RGB value is (185,64,166). Sum of RGB (Red+Green+Blue) = 185+64+166=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B940A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B940A6 is #46BF59. Grayscale: #6F6F6F. Windows color (decimal): -4636506 or 10895545. OLE color: 10895545.

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

Color convert

RGB 185 64 166 -
CMYK 0 0.65 0.10 0.27
HSL 309.42º 0.49% 0.49% -
HSV(B) 309.42º 0.65% 0.73% -
XYZ 28.72 16.73 37.79 -
YUV 111.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 185 64 166 0 0.65 0.10 0.27 309.42 0.49 0.49
Hex B9 40 A6 0 41 A 1B 135 31 31
Octal 271 100 246 0 101 12 33 465 61 61
Binary 10111001 1000000 10100110 0 1000001 1010 11011 100110101 110001 110001

Color Harmonies of #B940A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940A6

Black with #B940A6

Text Example


Text Example

White with #B940A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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