Html Css Color HEX #B842BA Fuchsia

📋 copy color: '#B842BA'

red 184 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #B842BA

Tints of Fuchsia #B842BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 42.2%
G = 15.14%
B = 42.66%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B842BA (or 0xB842BA) is known color: Fuchsia. HEX triplet: B8, 42 and BA. RGB value is (184,66,186). Sum of RGB (Red+Green+Blue) = 184+66+186=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #B842BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842BA is #47BD45. Grayscale: #727272. Windows color (decimal): -4701510 or 12206776. OLE color: 12206776.

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

Color convert

RGB 184 66 186 -
CMYK 0.01 0.65 0 0.27
HSL 299º 0.48% 0.49% -
HSV(B) 299º 0.65% 0.73% -
XYZ 30.58 17.63 48.25 -
YUV 114.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 184 66 186 0.01 0.65 0 0.27 299 0.48 0.49
Hex B8 42 BA 1 41 0 1B 12B 30 31
Octal 270 102 272 1 101 0 33 453 60 61
Binary 10111000 1000010 10111010 1 1000001 0 11011 100101011 110000 110001

Color Harmonies of #B842BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842BA

Black with #B842BA

Text Example


Text Example

White with #B842BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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