Html Css Color HEX #B842AB Fuchsia

📋 copy color: '#B842AB'

red 184 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #B842AB

Tints of Fuchsia #B842AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 43.71%
G = 15.68%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B842AB (or 0xB842AB) is known color: Fuchsia. HEX triplet: B8, 42 and AB. RGB value is (184,66,171). Sum of RGB (Red+Green+Blue) = 184+66+171=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B842AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B842AB is #47BD54. Grayscale: #707070. Windows color (decimal): -4701525 or 11223736. OLE color: 11223736.

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

Color convert

RGB 184 66 171 -
CMYK 0 0.64 0.07 0.28
HSL 306.61º 0.47% 0.49% -
HSV(B) 306.61º 0.64% 0.72% -
XYZ 29.07 17.03 40.28 -
YUV 113.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 184 66 171 0 0.64 0.07 0.28 306.61 0.47 0.49
Hex B8 42 AB 0 40 7 1C 133 2F 31
Octal 270 102 253 0 100 7 34 463 57 61
Binary 10111000 1000010 10101011 0 1000000 111 11100 100110011 101111 110001

Color Harmonies of #B842AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842AB

Black with #B842AB

Text Example


Text Example

White with #B842AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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