Html Css Color HEX #B3518D Mulberry

📋 copy color: '#B3518D'

red 179 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #B3518D

Tints of Mulberry #B3518D

RGB

 RED value IS 179 (70.31% from 255) = 44.64%

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

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

R = 44.64%
G = 20.2%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3518D (or 0xB3518D) is known color: Mulberry. HEX triplet: B3, 51 and 8D. RGB value is (179,81,141). Sum of RGB (Red+Green+Blue) = 179+81+141=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3518D is #4CAE72. Grayscale: #757575. Windows color (decimal): -5025395 or 9261491. OLE color: 9261491.

HSL color Cylindrical-coordinate representation of color #B3518D: hue angle of 323.27º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3518D is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 81 141 -
CMYK 0 0.55 0.21 0.30
HSL 323.27º 0.39% 0.51% -
HSV(B) 323.27º 0.55% 0.7% -
XYZ 26.34 17.39 27.17 -
YUV 117.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 179 81 141 0 0.55 0.21 0.30 323.27 0.39 0.51
Hex B3 51 8D 0 37 15 1E 143 27 33
Octal 263 121 215 0 67 25 36 503 47 63
Binary 10110011 1010001 10001101 0 110111 10101 11110 101000011 100111 110011

Color Harmonies of #B3518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3518D

Black with #B3518D

Text Example


Text Example

White with #B3518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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