Html Css Color HEX #B45B8D Mulberry

📋 copy color: '#B45B8D'

red 180 ◦ green 91 ◦ blue 141

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

Shades of Mulberry #B45B8D

Tints of Mulberry #B45B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.09%

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

R = 43.69%
G = 22.09%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B45B8D (or 0xB45B8D) is known color: Mulberry. HEX triplet: B4, 5B and 8D. RGB value is (180,91,141). Sum of RGB (Red+Green+Blue) = 180+91+141=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B8D is #4BA472. Grayscale: #7B7B7B. Windows color (decimal): -4957299 or 9264052. OLE color: 9264052.

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

Color convert

RGB 180 91 141 -
CMYK 0 0.49 0.22 0.29
HSL 326.29º 0.37% 0.53% -
HSV(B) 326.29º 0.49% 0.71% -
XYZ 27.37 19.11 27.45 -
YUV 123.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 180 91 141 0 0.49 0.22 0.29 326.29 0.37 0.53
Hex B4 5B 8D 0 31 16 1D 146 25 35
Octal 264 133 215 0 61 26 35 506 45 65
Binary 10110100 1011011 10001101 0 110001 10110 11101 101000110 100101 110101

Color Harmonies of #B45B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B8D

Black with #B45B8D

Text Example


Text Example

White with #B45B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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