Html Css Color HEX #B24BAA Fuchsia

📋 copy color: '#B24BAA'

red 178 ◦ green 75 ◦ blue 170

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

Shades of Fuchsia #B24BAA

Tints of Fuchsia #B24BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

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

R = 42.08%
G = 17.73%
B = 40.19%

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

#B24BAA (or 0xB24BAA) is known color: Fuchsia. HEX triplet: B2, 4B and AA. RGB value is (178,75,170). Sum of RGB (Red+Green+Blue) = 178+75+170=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BAA is #4DB455. Grayscale: #747474. Windows color (decimal): -5092438 or 11160498. OLE color: 11160498.

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

Color convert

RGB 178 75 170 -
CMYK 0 0.58 0.04 0.30
HSL 304.66º 0.41% 0.5% -
HSV(B) 304.66º 0.58% 0.7% -
XYZ 28.13 17.4 39.91 -
YUV 116.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 178 75 170 0 0.58 0.04 0.30 304.66 0.41 0.5
Hex B2 4B AA 0 3A 4 1E 131 29 32
Octal 262 113 252 0 72 4 36 461 51 62
Binary 10110010 1001011 10101010 0 111010 100 11110 100110001 101001 110010

Color Harmonies of #B24BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BAA

Black with #B24BAA

Text Example


Text Example

White with #B24BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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