Html Css Color HEX #B24CAC Fuchsia

📋 copy color: '#B24CAC'

red 178 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #B24CAC

Tints of Fuchsia #B24CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.84%

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

R = 41.78%
G = 17.84%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B24CAC (or 0xB24CAC) is known color: Fuchsia. HEX triplet: B2, 4C and AC. RGB value is (178,76,172). Sum of RGB (Red+Green+Blue) = 178+76+172=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B24CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24CAC is #4DB353. Grayscale: #757575. Windows color (decimal): -5092180 or 11291826. OLE color: 11291826.

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

Color convert

RGB 178 76 172 -
CMYK 0 0.57 0.03 0.30
HSL 303.53º 0.4% 0.5% -
HSV(B) 303.53º 0.57% 0.7% -
XYZ 28.39 17.61 40.93 -
YUV 117.44 158.79 171.19 -
System Red Green Blue C M Y K H S L
Decimal 178 76 172 0 0.57 0.03 0.30 303.53 0.4 0.5
Hex B2 4C AC 0 39 3 1E 130 28 32
Octal 262 114 254 0 71 3 36 460 50 62
Binary 10110010 1001100 10101100 0 111001 11 11110 100110000 101000 110010

Color Harmonies of #B24CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CAC

Black with #B24CAC

Text Example


Text Example

White with #B24CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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