Html Css Color HEX #B4518D Mulberry

📋 copy color: '#B4518D'

red 180 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #B4518D

Tints of Mulberry #B4518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.15%

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

R = 44.78%
G = 20.15%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4518D (or 0xB4518D) is known color: Mulberry. HEX triplet: B4, 51 and 8D. RGB value is (180,81,141). Sum of RGB (Red+Green+Blue) = 180+81+141=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4518D is #4BAE72. Grayscale: #757575. Windows color (decimal): -4959859 or 9261492. OLE color: 9261492.

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

Color convert

RGB 180 81 141 -
CMYK 0 0.55 0.22 0.29
HSL 323.64º 0.4% 0.51% -
HSV(B) 323.64º 0.55% 0.71% -
XYZ 26.57 17.51 27.18 -
YUV 117.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 180 81 141 0 0.55 0.22 0.29 323.64 0.4 0.51
Hex B4 51 8D 0 37 16 1D 144 28 33
Octal 264 121 215 0 67 26 35 504 50 63
Binary 10110100 1010001 10001101 0 110111 10110 11101 101000100 101000 110011

Color Harmonies of #B4518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4518D

Black with #B4518D

Text Example


Text Example

White with #B4518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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