Html Css Color HEX #B45990 Mulberry

📋 copy color: '#B45990'

red 180 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #B45990

Tints of Mulberry #B45990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

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

R = 43.58%
G = 21.55%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B45990 (or 0xB45990) is known color: Mulberry. HEX triplet: B4, 59 and 90. RGB value is (180,89,144). Sum of RGB (Red+Green+Blue) = 180+89+144=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B45990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45990 is #4BA66F. Grayscale: #7A7A7A. Windows color (decimal): -4957808 or 9460148. OLE color: 9460148.

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

Color convert

RGB 180 89 144 -
CMYK 0 0.51 0.2 0.29
HSL 323.74º 0.38% 0.53% -
HSV(B) 323.74º 0.51% 0.71% -
XYZ 27.43 18.86 28.58 -
YUV 122.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 180 89 144 0 0.51 0.2 0.29 323.74 0.38 0.53
Hex B4 59 90 0 33 14 1D 144 26 35
Octal 264 131 220 0 63 24 35 504 46 65
Binary 10110100 1011001 10010000 0 110011 10100 11101 101000100 100110 110101

Color Harmonies of #B45990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45990

Black with #B45990

Text Example


Text Example

White with #B45990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45990; }

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

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

background-color css

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

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

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

border-color css

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

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

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