Html Css Color HEX #B45491 Mulberry

📋 copy color: '#B45491'

red 180 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #B45491

Tints of Mulberry #B45491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 44.01%
G = 20.54%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B45491 (or 0xB45491) is known color: Mulberry. HEX triplet: B4, 54 and 91. RGB value is (180,84,145). Sum of RGB (Red+Green+Blue) = 180+84+145=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B45491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45491 is #4BAB6E. Grayscale: #777777. Windows color (decimal): -4959087 or 9524404. OLE color: 9524404.

HSL color Cylindrical-coordinate representation of color #B45491: hue angle of 321.88º 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 #B45491 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 84 145 -
CMYK 0 0.53 0.19 0.29
HSL 321.88º 0.39% 0.52% -
HSV(B) 321.88º 0.53% 0.71% -
XYZ 27.1 18.09 28.85 -
YUV 119.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 180 84 145 0 0.53 0.19 0.29 321.88 0.39 0.52
Hex B4 54 91 0 35 13 1D 142 27 34
Octal 264 124 221 0 65 23 35 502 47 64
Binary 10110100 1010100 10010001 0 110101 10011 11101 101000010 100111 110100

Color Harmonies of #B45491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45491

Black with #B45491

Text Example


Text Example

White with #B45491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45491; }

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

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

background-color css

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

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

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

border-color css

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

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

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