Html Css Color HEX #B832AB Fuchsia

📋 copy color: '#B832AB'

red 184 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #B832AB

Tints of Fuchsia #B832AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.35%

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

R = 45.43%
G = 12.35%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B832AB (or 0xB832AB) is known color: Fuchsia. HEX triplet: B8, 32 and AB. RGB value is (184,50,171). Sum of RGB (Red+Green+Blue) = 184+50+171=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B832AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832AB is #47CD54. Grayscale: #676767. Windows color (decimal): -4705621 or 11219640. OLE color: 11219640.

HSL color Cylindrical-coordinate representation of color #B832AB: hue angle of 305.82º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B832AB is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 50 171 -
CMYK 0 0.73 0.07 0.28
HSL 305.82º 0.57% 0.46% -
HSV(B) 305.82º 0.73% 0.72% -
XYZ 28.26 15.41 40.01 -
YUV 103.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 184 50 171 0 0.73 0.07 0.28 305.82 0.57 0.46
Hex B8 32 AB 0 49 7 1C 132 39 2E
Octal 270 62 253 0 111 7 34 462 71 56
Binary 10111000 110010 10101011 0 1001001 111 11100 100110010 111001 101110

Color Harmonies of #B832AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B832AB

Black with #B832AB

Text Example


Text Example

White with #B832AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B832AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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