Html Css Color HEX #B24AAF Fuchsia

📋 copy color: '#B24AAF'

red 178 ◦ green 74 ◦ blue 175

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

Shades of Fuchsia #B24AAF

Tints of Fuchsia #B24AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 41.69%
G = 17.33%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B24AAF (or 0xB24AAF) is known color: Fuchsia. HEX triplet: B2, 4A and AF. RGB value is (178,74,175). Sum of RGB (Red+Green+Blue) = 178+74+175=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AAF is #4DB550. Grayscale: #747474. Windows color (decimal): -5092689 or 11487922. OLE color: 11487922.

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

Color convert

RGB 178 74 175 -
CMYK 0 0.58 0.02 0.30
HSL 301.73º 0.41% 0.49% -
HSV(B) 301.73º 0.58% 0.7% -
XYZ 28.55 17.46 42.42 -
YUV 116.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 178 74 175 0 0.58 0.02 0.30 301.73 0.41 0.49
Hex B2 4A AF 0 3A 2 1E 12E 29 31
Octal 262 112 257 0 72 2 36 456 51 61
Binary 10110010 1001010 10101111 0 111010 10 11110 100101110 101001 110001

Color Harmonies of #B24AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24AAF

Black with #B24AAF

Text Example


Text Example

White with #B24AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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