Html Css Color HEX #B24AC2 Fuchsia

📋 copy color: '#B24AC2'

red 178 ◦ green 74 ◦ blue 194

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

Shades of Fuchsia #B24AC2

Tints of Fuchsia #B24AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.5%

R = 39.91%
G = 16.59%
B = 43.5%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B24AC2 (or 0xB24AC2) is known color: Fuchsia. HEX triplet: B2, 4A and C2. RGB value is (178,74,194). Sum of RGB (Red+Green+Blue) = 178+74+194=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #B24AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24AC2 is #4DB53D. Grayscale: #767676. Windows color (decimal): -5092670 or 12733106. OLE color: 12733106.

HSL color Cylindrical-coordinate representation of color #B24AC2: hue angle of 292º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24AC2 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 74 194 -
CMYK 0.08 0.62 0 0.24
HSL 292º 0.5% 0.53% -
HSV(B) 292º 0.62% 0.76% -
XYZ 30.55 18.26 52.95 -
YUV 118.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 178 74 194 0.08 0.62 0 0.24 292 0.5 0.53
Hex B2 4A C2 8 3E 0 18 124 32 35
Octal 262 112 302 10 76 0 30 444 62 65
Binary 10110010 1001010 11000010 1000 111110 0 11000 100100100 110010 110101

Color Harmonies of #B24AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24AC2

Black with #B24AC2

Text Example


Text Example

White with #B24AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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