Html Css Color HEX #B24986 Mulberry

📋 copy color: '#B24986'

red 178 ◦ green 73 ◦ blue 134

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

Shades of Mulberry #B24986

Tints of Mulberry #B24986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.96%

 BLUE value IS 134 (52.73% from 255) = 34.81%

R = 46.23%
G = 18.96%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B24986 (or 0xB24986) is known color: Mulberry. HEX triplet: B2, 49 and 86. RGB value is (178,73,134). Sum of RGB (Red+Green+Blue) = 178+73+134=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B24986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24986 is #4DB679. Grayscale: #6F6F6F. Windows color (decimal): -5092986 or 8800690. OLE color: 8800690.

HSL color Cylindrical-coordinate representation of color #B24986: hue angle of 325.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24986 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 134 -
CMYK 0 0.59 0.25 0.30
HSL 325.14º 0.42% 0.49% -
HSV(B) 325.14º 0.59% 0.7% -
XYZ 25.05 15.95 24.31 -
YUV 111.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 178 73 134 0 0.59 0.25 0.30 325.14 0.42 0.49
Hex B2 49 86 0 3B 19 1E 145 2A 31
Octal 262 111 206 0 73 31 36 505 52 61
Binary 10110010 1001001 10000110 0 111011 11001 11110 101000101 101010 110001

Color Harmonies of #B24986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24986

Black with #B24986

Text Example


Text Example

White with #B24986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24986; }

 p { color: rgb(178,73,134); }

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

background-color css

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

 a { background-color: rgb(178,73,134); }

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

border-color css

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

 span { border-color: rgb(178,73,134); }

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