Html Css Color HEX #B45A8D Mulberry

📋 copy color: '#B45A8D'

red 180 ◦ green 90 ◦ blue 141

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

Shades of Mulberry #B45A8D

Tints of Mulberry #B45A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.9%

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 43.8%
G = 21.9%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B45A8D (or 0xB45A8D) is known color: Mulberry. HEX triplet: B4, 5A and 8D. RGB value is (180,90,141). Sum of RGB (Red+Green+Blue) = 180+90+141=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A8D is #4BA572. Grayscale: #7A7A7A. Windows color (decimal): -4957555 or 9263796. OLE color: 9263796.

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

Color convert

RGB 180 90 141 -
CMYK 0 0.50 0.22 0.29
HSL 326º 0.38% 0.53% -
HSV(B) 326º 0.5% 0.71% -
XYZ 27.29 18.94 27.42 -
YUV 122.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 180 90 141 0 0.50 0.22 0.29 326 0.38 0.53
Hex B4 5A 8D 0 32 16 1D 146 26 35
Octal 264 132 215 0 62 26 35 506 46 65
Binary 10110100 1011010 10001101 0 110010 10110 11101 101000110 100110 110101

Color Harmonies of #B45A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A8D

Black with #B45A8D

Text Example


Text Example

White with #B45A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A8D; }

 p { color: rgb(180,90,141); }

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

background-color css

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

 a { background-color: rgb(180,90,141); }

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

border-color css

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

 span { border-color: rgb(180,90,141); }

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