Html Css Color HEX #B24AAA Fuchsia

📋 copy color: '#B24AAA'

red 178 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #B24AAA

Tints of Fuchsia #B24AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.54%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 42.18%
G = 17.54%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B24AAA (or 0xB24AAA) is known color: Fuchsia. HEX triplet: B2, 4A and AA. RGB value is (178,74,170). Sum of RGB (Red+Green+Blue) = 178+74+170=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AAA is #4DB555. Grayscale: #737373. Windows color (decimal): -5092694 or 11160242. OLE color: 11160242.

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

Color convert

RGB 178 74 170 -
CMYK 0 0.58 0.04 0.30
HSL 304.62º 0.41% 0.49% -
HSV(B) 304.62º 0.58% 0.7% -
XYZ 28.06 17.26 39.88 -
YUV 116.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 178 74 170 0 0.58 0.04 0.30 304.62 0.41 0.49
Hex B2 4A AA 0 3A 4 1E 131 29 31
Octal 262 112 252 0 72 4 36 461 51 61
Binary 10110010 1001010 10101010 0 111010 100 11110 100110001 101001 110001

Color Harmonies of #B24AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24AAA

Black with #B24AAA

Text Example


Text Example

White with #B24AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24AAA; }

 p { color: rgb(178,74,170); }

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

background-color css

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

 a { background-color: rgb(178,74,170); }

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

border-color css

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

 span { border-color: rgb(178,74,170); }

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