Html Css Color HEX #B04D90 Mulberry

📋 copy color: '#B04D90'

red 176 ◦ green 77 ◦ blue 144

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

Shades of Mulberry #B04D90

Tints of Mulberry #B04D90

RGB

 RED value IS 176 (69.14% from 255) = 44.33%

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

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 44.33%
G = 19.4%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B04D90 (or 0xB04D90) is known color: Mulberry. HEX triplet: B0, 4D and 90. RGB value is (176,77,144). Sum of RGB (Red+Green+Blue) = 176+77+144=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D90 is #4FB26F. Grayscale: #727272. Windows color (decimal): -5223024 or 9457072. OLE color: 9457072.

HSL color Cylindrical-coordinate representation of color #B04D90: hue angle of 319.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D90 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 77 144 -
CMYK 0 0.56 0.18 0.31
HSL 319.39º 0.39% 0.5% -
HSV(B) 319.39º 0.56% 0.69% -
XYZ 25.59 16.55 28.23 -
YUV 114.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 176 77 144 0 0.56 0.18 0.31 319.39 0.39 0.5
Hex B0 4D 90 0 38 12 1F 13F 27 32
Octal 260 115 220 0 70 22 37 477 47 62
Binary 10110000 1001101 10010000 0 111000 10010 11111 100111111 100111 110010

Color Harmonies of #B04D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D90

Black with #B04D90

Text Example


Text Example

White with #B04D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D90; }

 p { color: rgb(176,77,144); }

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

background-color css

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

 a { background-color: rgb(176,77,144); }

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

border-color css

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

 span { border-color: rgb(176,77,144); }

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