Html Css Color HEX #B45E90 Mulberry

📋 copy color: '#B45E90'

red 180 ◦ green 94 ◦ blue 144

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

Shades of Mulberry #B45E90

Tints of Mulberry #B45E90

RGB

 RED value IS 180 (70.7% from 255) = 43.06%

 GREEN value IS 94 (37.11% from 255) = 22.49%

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

R = 43.06%
G = 22.49%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B45E90 (or 0xB45E90) is known color: Mulberry. HEX triplet: B4, 5E and 90. RGB value is (180,94,144). Sum of RGB (Red+Green+Blue) = 180+94+144=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45E90 is #4BA16F. Grayscale: #7D7D7D. Windows color (decimal): -4956528 or 9461428. OLE color: 9461428.

HSL color Cylindrical-coordinate representation of color #B45E90: hue angle of 325.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45E90 is Cyan = 0, Magento = 0.48, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 94 144 -
CMYK 0 0.48 0.2 0.29
HSL 325.12º 0.36% 0.54% -
HSV(B) 325.12º 0.48% 0.71% -
XYZ 27.86 19.72 28.72 -
YUV 125.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 180 94 144 0 0.48 0.2 0.29 325.12 0.36 0.54
Hex B4 5E 90 0 30 14 1D 145 24 36
Octal 264 136 220 0 60 24 35 505 44 66
Binary 10110100 1011110 10010000 0 110000 10100 11101 101000101 100100 110110

Color Harmonies of #B45E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E90

Black with #B45E90

Text Example


Text Example

White with #B45E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E90; }

 p { color: rgb(180,94,144); }

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

background-color css

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

 a { background-color: rgb(180,94,144); }

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

border-color css

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

 span { border-color: rgb(180,94,144); }

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