Html Css Color HEX #B842A6 Fuchsia

📋 copy color: '#B842A6'

red 184 ◦ green 66 ◦ blue 166

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

Shades of Fuchsia #B842A6

Tints of Fuchsia #B842A6

RGB

 RED value IS 184 (72.27% from 255) = 44.23%

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

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

R = 44.23%
G = 15.87%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B842A6 (or 0xB842A6) is known color: Fuchsia. HEX triplet: B8, 42 and A6. RGB value is (184,66,166). Sum of RGB (Red+Green+Blue) = 184+66+166=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B842A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B842A6 is #47BD59. Grayscale: #707070. Windows color (decimal): -4701530 or 10896056. OLE color: 10896056.

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

Color convert

RGB 184 66 166 -
CMYK 0 0.64 0.10 0.28
HSL 309.15º 0.47% 0.49% -
HSV(B) 309.15º 0.64% 0.72% -
XYZ 28.6 16.84 37.82 -
YUV 112.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 184 66 166 0 0.64 0.10 0.28 309.15 0.47 0.49
Hex B8 42 A6 0 40 A 1C 135 2F 31
Octal 270 102 246 0 100 12 34 465 57 61
Binary 10111000 1000010 10100110 0 1000000 1010 11100 100110101 101111 110001

Color Harmonies of #B842A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842A6

Black with #B842A6

Text Example


Text Example

White with #B842A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842A6; }

 p { color: rgb(184,66,166); }

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

background-color css

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

 a { background-color: rgb(184,66,166); }

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

border-color css

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

 span { border-color: rgb(184,66,166); }

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