Html Css Color HEX #B45D93 Mulberry

📋 copy color: '#B45D93'

red 180 ◦ green 93 ◦ blue 147

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

Shades of Mulberry #B45D93

Tints of Mulberry #B45D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 147 (57.81% from 255) = 35%

R = 42.86%
G = 22.14%
B = 35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B45D93 (or 0xB45D93) is known color: Mulberry. HEX triplet: B4, 5D and 93. RGB value is (180,93,147). Sum of RGB (Red+Green+Blue) = 180+93+147=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D93 is #4BA26C. Grayscale: #7D7D7D. Windows color (decimal): -4956781 or 9657780. OLE color: 9657780.

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

Color convert

RGB 180 93 147 -
CMYK 0 0.48 0.18 0.29
HSL 322.76º 0.37% 0.54% -
HSV(B) 322.76º 0.48% 0.71% -
XYZ 28 19.64 29.92 -
YUV 125.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 180 93 147 0 0.48 0.18 0.29 322.76 0.37 0.54
Hex B4 5D 93 0 30 12 1D 143 25 36
Octal 264 135 223 0 60 22 35 503 45 66
Binary 10110100 1011101 10010011 0 110000 10010 11101 101000011 100101 110110

Color Harmonies of #B45D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D93

Black with #B45D93

Text Example


Text Example

White with #B45D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D93; }

 p { color: rgb(180,93,147); }

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

background-color css

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

 a { background-color: rgb(180,93,147); }

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

border-color css

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

 span { border-color: rgb(180,93,147); }

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