Html Css Color HEX #B942AA Fuchsia

📋 copy color: '#B942AA'

red 185 ◦ green 66 ◦ blue 170

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

Shades of Fuchsia #B942AA

Tints of Fuchsia #B942AA

RGB

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

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

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

R = 43.94%
G = 15.68%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B942AA (or 0xB942AA) is known color: Fuchsia. HEX triplet: B9, 42 and AA. RGB value is (185,66,170). Sum of RGB (Red+Green+Blue) = 185+66+170=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B942AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942AA is #46BD55. Grayscale: #717171. Windows color (decimal): -4635990 or 11158201. OLE color: 11158201.

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

Color convert

RGB 185 66 170 -
CMYK 0 0.64 0.08 0.27
HSL 307.56º 0.47% 0.49% -
HSV(B) 307.56º 0.64% 0.73% -
XYZ 29.21 17.11 39.79 -
YUV 113.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 185 66 170 0 0.64 0.08 0.27 307.56 0.47 0.49
Hex B9 42 AA 0 40 8 1B 134 2F 31
Octal 271 102 252 0 100 10 33 464 57 61
Binary 10111001 1000010 10101010 0 1000000 1000 11011 100110100 101111 110001

Color Harmonies of #B942AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942AA

Black with #B942AA

Text Example


Text Example

White with #B942AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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