Html Css Color HEX #B24CAA Fuchsia

📋 copy color: '#B24CAA'

red 178 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #B24CAA

Tints of Fuchsia #B24CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.92%

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

R = 41.98%
G = 17.92%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B24CAA (or 0xB24CAA) is known color: Fuchsia. HEX triplet: B2, 4C and AA. RGB value is (178,76,170). Sum of RGB (Red+Green+Blue) = 178+76+170=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B24CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24CAA is #4DB355. Grayscale: #747474. Windows color (decimal): -5092182 or 11160754. OLE color: 11160754.

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

Color convert

RGB 178 76 170 -
CMYK 0 0.57 0.04 0.30
HSL 304.71º 0.4% 0.5% -
HSV(B) 304.71º 0.57% 0.7% -
XYZ 28.2 17.54 39.93 -
YUV 117.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 178 76 170 0 0.57 0.04 0.30 304.71 0.4 0.5
Hex B2 4C AA 0 39 4 1E 131 28 32
Octal 262 114 252 0 71 4 36 461 50 62
Binary 10110010 1001100 10101010 0 111001 100 11110 100110001 101000 110010

Color Harmonies of #B24CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CAA

Black with #B24CAA

Text Example


Text Example

White with #B24CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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