Html Css Color HEX #B24C8C Mulberry

📋 copy color: '#B24C8C'

red 178 ◦ green 76 ◦ blue 140

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

Shades of Mulberry #B24C8C

Tints of Mulberry #B24C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 45.18%
G = 19.29%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B24C8C (or 0xB24C8C) is known color: Mulberry. HEX triplet: B2, 4C and 8C. RGB value is (178,76,140). Sum of RGB (Red+Green+Blue) = 178+76+140=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24C8C is #4DB373. Grayscale: #717171. Windows color (decimal): -5092212 or 9194674. OLE color: 9194674.

HSL color Cylindrical-coordinate representation of color #B24C8C: hue angle of 322.35º 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 #B24C8C is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 76 140 -
CMYK 0 0.57 0.21 0.30
HSL 322.35º 0.4% 0.5% -
HSV(B) 322.35º 0.57% 0.7% -
XYZ 25.68 16.53 26.65 -
YUV 113.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 178 76 140 0 0.57 0.21 0.30 322.35 0.4 0.5
Hex B2 4C 8C 0 39 15 1E 142 28 32
Octal 262 114 214 0 71 25 36 502 50 62
Binary 10110010 1001100 10001100 0 111001 10101 11110 101000010 101000 110010

Color Harmonies of #B24C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C8C

Black with #B24C8C

Text Example


Text Example

White with #B24C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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