Html Css Color HEX #B24C8D Mulberry

📋 copy color: '#B24C8D'

red 178 ◦ green 76 ◦ blue 141

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

Shades of Mulberry #B24C8D

Tints of Mulberry #B24C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 45.06%
G = 19.24%
B = 35.7%

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

#B24C8D (or 0xB24C8D) is known color: Mulberry. HEX triplet: B2, 4C and 8D. RGB value is (178,76,141). Sum of RGB (Red+Green+Blue) = 178+76+141=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24C8D is #4DB372. Grayscale: #717171. Windows color (decimal): -5092211 or 9260210. OLE color: 9260210.

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

Color convert

RGB 178 76 141 -
CMYK 0 0.57 0.21 0.30
HSL 321.76º 0.4% 0.5% -
HSV(B) 321.76º 0.57% 0.7% -
XYZ 25.75 16.56 27.04 -
YUV 113.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 178 76 141 0 0.57 0.21 0.30 321.76 0.4 0.5
Hex B2 4C 8D 0 39 15 1E 142 28 32
Octal 262 114 215 0 71 25 36 502 50 62
Binary 10110010 1001100 10001101 0 111001 10101 11110 101000010 101000 110010

Color Harmonies of #B24C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C8D

Black with #B24C8D

Text Example


Text Example

White with #B24C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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