Html Css Color HEX #B4518C Mulberry

📋 copy color: '#B4518C'

red 180 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #B4518C

Tints of Mulberry #B4518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 44.89%
G = 20.2%
B = 34.91%

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

#B4518C (or 0xB4518C) is known color: Mulberry. HEX triplet: B4, 51 and 8C. RGB value is (180,81,140). Sum of RGB (Red+Green+Blue) = 180+81+140=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4518C is #4BAE73. Grayscale: #757575. Windows color (decimal): -4959860 or 9195956. OLE color: 9195956.

HSL color Cylindrical-coordinate representation of color #B4518C: hue angle of 324.24º 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 #B4518C is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 81 140 -
CMYK 0 0.55 0.22 0.29
HSL 324.24º 0.4% 0.51% -
HSV(B) 324.24º 0.55% 0.71% -
XYZ 26.5 17.48 26.79 -
YUV 117.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 180 81 140 0 0.55 0.22 0.29 324.24 0.4 0.51
Hex B4 51 8C 0 37 16 1D 144 28 33
Octal 264 121 214 0 67 26 35 504 50 63
Binary 10110100 1010001 10001100 0 110111 10110 11101 101000100 101000 110011

Color Harmonies of #B4518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4518C

Black with #B4518C

Text Example


Text Example

White with #B4518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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