Html Css Color HEX #B45790 Mulberry

📋 copy color: '#B45790'

red 180 ◦ green 87 ◦ blue 144

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

Shades of Mulberry #B45790

Tints of Mulberry #B45790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

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

R = 43.8%
G = 21.17%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B45790 (or 0xB45790) is known color: Mulberry. HEX triplet: B4, 57 and 90. RGB value is (180,87,144). Sum of RGB (Red+Green+Blue) = 180+87+144=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B45790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45790 is #4BA86F. Grayscale: #797979. Windows color (decimal): -4958320 or 9459636. OLE color: 9459636.

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

Color convert

RGB 180 87 144 -
CMYK 0 0.52 0.2 0.29
HSL 323.23º 0.38% 0.52% -
HSV(B) 323.23º 0.52% 0.71% -
XYZ 27.26 18.53 28.53 -
YUV 121.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 180 87 144 0 0.52 0.2 0.29 323.23 0.38 0.52
Hex B4 57 90 0 34 14 1D 143 26 34
Octal 264 127 220 0 64 24 35 503 46 64
Binary 10110100 1010111 10010000 0 110100 10100 11101 101000011 100110 110100

Color Harmonies of #B45790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45790

Black with #B45790

Text Example


Text Example

White with #B45790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45790; }

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

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

background-color css

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

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

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

border-color css

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

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

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