Html Css Color HEX #B232AB Fuchsia

📋 copy color: '#B232AB'

red 178 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #B232AB

Tints of Fuchsia #B232AB

RGB

 RED value IS 178 (69.92% from 255) = 44.61%

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

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

R = 44.61%
G = 12.53%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B232AB (or 0xB232AB) is known color: Fuchsia. HEX triplet: B2, 32 and AB. RGB value is (178,50,171). Sum of RGB (Red+Green+Blue) = 178+50+171=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B232AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B232AB is #4DCD54. Grayscale: #656565. Windows color (decimal): -5098837 or 11219634. OLE color: 11219634.

HSL color Cylindrical-coordinate representation of color #B232AB: hue angle of 303.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B232AB is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 171 -
CMYK 0 0.72 0.04 0.30
HSL 303.28º 0.56% 0.45% -
HSV(B) 303.28º 0.72% 0.7% -
XYZ 26.85 14.69 39.95 -
YUV 102.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 178 50 171 0 0.72 0.04 0.30 303.28 0.56 0.45
Hex B2 32 AB 0 48 4 1E 12F 38 2D
Octal 262 62 253 0 110 4 36 457 70 55
Binary 10110010 110010 10101011 0 1001000 100 11110 100101111 111000 101101

Color Harmonies of #B232AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232AB

Black with #B232AB

Text Example


Text Example

White with #B232AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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