Html Css Color HEX #B24AAB Fuchsia

📋 copy color: '#B24AAB'

red 178 ◦ green 74 ◦ blue 171

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

Shades of Fuchsia #B24AAB

Tints of Fuchsia #B24AAB

RGB

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

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

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

R = 42.08%
G = 17.49%
B = 40.43%

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

#B24AAB (or 0xB24AAB) is known color: Fuchsia. HEX triplet: B2, 4A and AB. RGB value is (178,74,171). Sum of RGB (Red+Green+Blue) = 178+74+171=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AAB is #4DB554. Grayscale: #737373. Windows color (decimal): -5092693 or 11225778. OLE color: 11225778.

HSL color Cylindrical-coordinate representation of color #B24AAB: hue angle of 304.04º 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 #B24AAB is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 74 171 -
CMYK 0 0.58 0.04 0.30
HSL 304.04º 0.41% 0.49% -
HSV(B) 304.04º 0.58% 0.7% -
XYZ 28.16 17.3 40.38 -
YUV 116.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 178 74 171 0 0.58 0.04 0.30 304.04 0.41 0.49
Hex B2 4A AB 0 3A 4 1E 130 29 31
Octal 262 112 253 0 72 4 36 460 51 61
Binary 10110010 1001010 10101011 0 111010 100 11110 100110000 101001 110001

Color Harmonies of #B24AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24AAB

Black with #B24AAB

Text Example


Text Example

White with #B24AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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