Html Css Color HEX #B24BAB Fuchsia

📋 copy color: '#B24BAB'

red 178 ◦ green 75 ◦ blue 171

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

Shades of Fuchsia #B24BAB

Tints of Fuchsia #B24BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.69%

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 41.98%
G = 17.69%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B24BAB (or 0xB24BAB) is known color: Fuchsia. HEX triplet: B2, 4B and AB. RGB value is (178,75,171). Sum of RGB (Red+Green+Blue) = 178+75+171=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BAB is #4DB454. Grayscale: #747474. Windows color (decimal): -5092437 or 11226034. OLE color: 11226034.

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

Color convert

RGB 178 75 171 -
CMYK 0 0.58 0.04 0.30
HSL 304.08º 0.41% 0.5% -
HSV(B) 304.08º 0.58% 0.7% -
XYZ 28.23 17.44 40.41 -
YUV 116.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 178 75 171 0 0.58 0.04 0.30 304.08 0.41 0.5
Hex B2 4B AB 0 3A 4 1E 130 29 32
Octal 262 113 253 0 72 4 36 460 51 62
Binary 10110010 1001011 10101011 0 111010 100 11110 100110000 101001 110010

Color Harmonies of #B24BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BAB

Black with #B24BAB

Text Example


Text Example

White with #B24BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BAB; }

 p { color: rgb(178,75,171); }

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

background-color css

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

 a { background-color: rgb(178,75,171); }

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

border-color css

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

 span { border-color: rgb(178,75,171); }

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