Html Css Color HEX #B24ABA Fuchsia

📋 copy color: '#B24ABA'

red 178 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #B24ABA

Tints of Fuchsia #B24ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 40.64%
G = 16.89%
B = 42.47%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B24ABA (or 0xB24ABA) is known color: Fuchsia. HEX triplet: B2, 4A and BA. RGB value is (178,74,186). Sum of RGB (Red+Green+Blue) = 178+74+186=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #B24ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24ABA is #4DB545. Grayscale: #757575. Windows color (decimal): -5092678 or 12208818. OLE color: 12208818.

HSL color Cylindrical-coordinate representation of color #B24ABA: hue angle of 295.71º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24ABA is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 74 186 -
CMYK 0.04 0.60 0 0.27
HSL 295.71º 0.45% 0.51% -
HSV(B) 295.71º 0.6% 0.73% -
XYZ 29.67 17.91 48.35 -
YUV 117.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 178 74 186 0.04 0.60 0 0.27 295.71 0.45 0.51
Hex B2 4A BA 4 3C 0 1B 128 2D 33
Octal 262 112 272 4 74 0 33 450 55 63
Binary 10110010 1001010 10111010 100 111100 0 11011 100101000 101101 110011

Color Harmonies of #B24ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24ABA

Black with #B24ABA

Text Example


Text Example

White with #B24ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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