Html Css Color HEX #B24D96 Mulberry

📋 copy color: '#B24D96'

red 178 ◦ green 77 ◦ blue 150

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

Shades of Mulberry #B24D96

Tints of Mulberry #B24D96

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 150 (58.98% from 255) = 37.04%

R = 43.95%
G = 19.01%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B24D96 (or 0xB24D96) is known color: Mulberry. HEX triplet: B2, 4D and 96. RGB value is (178,77,150). Sum of RGB (Red+Green+Blue) = 178+77+150=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24D96 is #4DB269. Grayscale: #737373. Windows color (decimal): -5091946 or 9850290. OLE color: 9850290.

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

Color convert

RGB 178 77 150 -
CMYK 0 0.57 0.16 0.30
HSL 316.63º 0.4% 0.5% -
HSV(B) 316.63º 0.57% 0.7% -
XYZ 26.52 16.97 30.73 -
YUV 115.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 178 77 150 0 0.57 0.16 0.30 316.63 0.4 0.5
Hex B2 4D 96 0 39 10 1E 13D 28 32
Octal 262 115 226 0 71 20 36 475 50 62
Binary 10110010 1001101 10010110 0 111001 10000 11110 100111101 101000 110010

Color Harmonies of #B24D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D96

Black with #B24D96

Text Example


Text Example

White with #B24D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D96; }

 p { color: rgb(178,77,150); }

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

background-color css

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

 a { background-color: rgb(178,77,150); }

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

border-color css

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

 span { border-color: rgb(178,77,150); }

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