Html Css Color HEX #B45490 Mulberry

📋 copy color: '#B45490'

red 180 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #B45490

Tints of Mulberry #B45490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

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

R = 44.12%
G = 20.59%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B45490 (or 0xB45490) is known color: Mulberry. HEX triplet: B4, 54 and 90. RGB value is (180,84,144). Sum of RGB (Red+Green+Blue) = 180+84+144=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B45490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45490 is #4BAB6F. Grayscale: #777777. Windows color (decimal): -4959088 or 9458868. OLE color: 9458868.

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

Color convert

RGB 180 84 144 -
CMYK 0 0.53 0.2 0.29
HSL 322.5º 0.39% 0.52% -
HSV(B) 322.5º 0.53% 0.71% -
XYZ 27.03 18.06 28.45 -
YUV 119.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 180 84 144 0 0.53 0.2 0.29 322.5 0.39 0.52
Hex B4 54 90 0 35 14 1D 142 27 34
Octal 264 124 220 0 65 24 35 502 47 64
Binary 10110100 1010100 10010000 0 110101 10100 11101 101000010 100111 110100

Color Harmonies of #B45490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45490

Black with #B45490

Text Example


Text Example

White with #B45490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45490; }

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

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

background-color css

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

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

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

border-color css

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

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

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