Html Css Color HEX #B842A8 Fuchsia

📋 copy color: '#B842A8'

red 184 ◦ green 66 ◦ blue 168

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

Shades of Fuchsia #B842A8

Tints of Fuchsia #B842A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.19%

R = 44.02%
G = 15.79%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B842A8 (or 0xB842A8) is known color: Fuchsia. HEX triplet: B8, 42 and A8. RGB value is (184,66,168). Sum of RGB (Red+Green+Blue) = 184+66+168=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B842A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B842A8 is #47BD57. Grayscale: #707070. Windows color (decimal): -4701528 or 11027128. OLE color: 11027128.

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

Color convert

RGB 184 66 168 -
CMYK 0 0.64 0.09 0.28
HSL 308.14º 0.47% 0.49% -
HSV(B) 308.14º 0.64% 0.72% -
XYZ 28.78 16.91 38.79 -
YUV 112.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 184 66 168 0 0.64 0.09 0.28 308.14 0.47 0.49
Hex B8 42 A8 0 40 9 1C 134 2F 31
Octal 270 102 250 0 100 11 34 464 57 61
Binary 10111000 1000010 10101000 0 1000000 1001 11100 100110100 101111 110001

Color Harmonies of #B842A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842A8

Black with #B842A8

Text Example


Text Example

White with #B842A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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