Html Css Color HEX #B942A9 Fuchsia

📋 copy color: '#B942A9'

red 185 ◦ green 66 ◦ blue 169

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

Shades of Fuchsia #B942A9

Tints of Fuchsia #B942A9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

 BLUE value IS 169 (66.41% from 255) = 40.24%

R = 44.05%
G = 15.71%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B942A9 (or 0xB942A9) is known color: Fuchsia. HEX triplet: B9, 42 and A9. RGB value is (185,66,169). Sum of RGB (Red+Green+Blue) = 185+66+169=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B942A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942A9 is #46BD56. Grayscale: #717171. Windows color (decimal): -4635991 or 11092665. OLE color: 11092665.

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

Color convert

RGB 185 66 169 -
CMYK 0 0.64 0.09 0.27
HSL 308.07º 0.47% 0.49% -
HSV(B) 308.07º 0.64% 0.73% -
XYZ 29.12 17.08 39.3 -
YUV 113.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 185 66 169 0 0.64 0.09 0.27 308.07 0.47 0.49
Hex B9 42 A9 0 40 9 1B 134 2F 31
Octal 271 102 251 0 100 11 33 464 57 61
Binary 10111001 1000010 10101001 0 1000000 1001 11011 100110100 101111 110001

Color Harmonies of #B942A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942A9

Black with #B942A9

Text Example


Text Example

White with #B942A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942A9; }

 p { color: rgb(185,66,169); }

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

background-color css

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

 a { background-color: rgb(185,66,169); }

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

border-color css

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

 span { border-color: rgb(185,66,169); }

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