Html Css Color HEX #B4508D Mulberry

📋 copy color: '#B4508D'

red 180 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #B4508D

Tints of Mulberry #B4508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.95%

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

R = 44.89%
G = 19.95%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4508D (or 0xB4508D) is known color: Mulberry. HEX triplet: B4, 50 and 8D. RGB value is (180,80,141). Sum of RGB (Red+Green+Blue) = 180+80+141=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4508D is #4BAF72. Grayscale: #747474. Windows color (decimal): -4960115 or 9261236. OLE color: 9261236.

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

Color convert

RGB 180 80 141 -
CMYK 0 0.56 0.22 0.29
HSL 323.4º 0.4% 0.51% -
HSV(B) 323.4º 0.56% 0.71% -
XYZ 26.5 17.36 27.15 -
YUV 116.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 180 80 141 0 0.56 0.22 0.29 323.4 0.4 0.51
Hex B4 50 8D 0 38 16 1D 143 28 33
Octal 264 120 215 0 70 26 35 503 50 63
Binary 10110100 1010000 10001101 0 111000 10110 11101 101000011 101000 110011

Color Harmonies of #B4508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4508D

Black with #B4508D

Text Example


Text Example

White with #B4508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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