Html Css Color HEX #B24AB8 Fuchsia

📋 copy color: '#B24AB8'

red 178 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #B24AB8

Tints of Fuchsia #B24AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.2%

R = 40.83%
G = 16.97%
B = 42.2%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B24AB8 (or 0xB24AB8) is known color: Fuchsia. HEX triplet: B2, 4A and B8. RGB value is (178,74,184). Sum of RGB (Red+Green+Blue) = 178+74+184=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #B24AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24AB8 is #4DB547. Grayscale: #757575. Windows color (decimal): -5092680 or 12077746. OLE color: 12077746.

HSL color Cylindrical-coordinate representation of color #B24AB8: hue angle of 296.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24AB8 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 74 184 -
CMYK 0.03 0.60 0 0.28
HSL 296.73º 0.44% 0.51% -
HSV(B) 296.73º 0.6% 0.72% -
XYZ 29.46 17.82 47.23 -
YUV 117.64 165.46 171.06 -
System Red Green Blue C M Y K H S L
Decimal 178 74 184 0.03 0.60 0 0.28 296.73 0.44 0.51
Hex B2 4A B8 3 3C 0 1C 129 2C 33
Octal 262 112 270 3 74 0 34 451 54 63
Binary 10110010 1001010 10111000 11 111100 0 11100 100101001 101100 110011

Color Harmonies of #B24AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24AB8

Black with #B24AB8

Text Example


Text Example

White with #B24AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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