Html Css Color HEX #B45387 Mulberry

📋 copy color: '#B45387'

red 180 ◦ green 83 ◦ blue 135

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

Shades of Mulberry #B45387

Tints of Mulberry #B45387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

 BLUE value IS 135 (53.13% from 255) = 33.92%

R = 45.23%
G = 20.85%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B45387 (or 0xB45387) is known color: Mulberry. HEX triplet: B4, 53 and 87. RGB value is (180,83,135). Sum of RGB (Red+Green+Blue) = 180+83+135=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B45387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45387 is #4BAC78. Grayscale: #757575. Windows color (decimal): -4959353 or 8868788. OLE color: 8868788.

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

Color convert

RGB 180 83 135 -
CMYK 0 0.54 0.25 0.29
HSL 327.84º 0.39% 0.52% -
HSV(B) 327.84º 0.54% 0.71% -
XYZ 26.29 17.64 24.94 -
YUV 117.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 180 83 135 0 0.54 0.25 0.29 327.84 0.39 0.52
Hex B4 53 87 0 36 19 1D 148 27 34
Octal 264 123 207 0 66 31 35 510 47 64
Binary 10110100 1010011 10000111 0 110110 11001 11101 101001000 100111 110100

Color Harmonies of #B45387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45387

Black with #B45387

Text Example


Text Example

White with #B45387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45387; }

 p { color: rgb(180,83,135); }

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

background-color css

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

 a { background-color: rgb(180,83,135); }

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

border-color css

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

 span { border-color: rgb(180,83,135); }

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