Html Css Color HEX #B24FAC Fuchsia

📋 copy color: '#B24FAC'

red 178 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #B24FAC

Tints of Fuchsia #B24FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 41.49%
G = 18.41%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B24FAC (or 0xB24FAC) is known color: Fuchsia. HEX triplet: B2, 4F and AC. RGB value is (178,79,172). Sum of RGB (Red+Green+Blue) = 178+79+172=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B24FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24FAC is #4DB053. Grayscale: #767676. Windows color (decimal): -5091412 or 11292594. OLE color: 11292594.

HSL color Cylindrical-coordinate representation of color #B24FAC: hue angle of 303.64º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24FAC is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 79 172 -
CMYK 0 0.56 0.03 0.30
HSL 303.64º 0.39% 0.5% -
HSV(B) 303.64º 0.56% 0.7% -
XYZ 28.6 18.04 41 -
YUV 119.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 178 79 172 0 0.56 0.03 0.30 303.64 0.39 0.5
Hex B2 4F AC 0 38 3 1E 130 27 32
Octal 262 117 254 0 70 3 36 460 47 62
Binary 10110010 1001111 10101100 0 111000 11 11110 100110000 100111 110010

Color Harmonies of #B24FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FAC

Black with #B24FAC

Text Example


Text Example

White with #B24FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FAC; }

 p { color: rgb(178,79,172); }

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

background-color css

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

 a { background-color: rgb(178,79,172); }

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

border-color css

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

 span { border-color: rgb(178,79,172); }

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