Html Css Color HEX #B0518D Mulberry

📋 copy color: '#B0518D'

red 176 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #B0518D

Tints of Mulberry #B0518D

RGB

 RED value IS 176 (69.14% from 255) = 44.22%

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

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

R = 44.22%
G = 20.35%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0518D (or 0xB0518D) is known color: Mulberry. HEX triplet: B0, 51 and 8D. RGB value is (176,81,141). Sum of RGB (Red+Green+Blue) = 176+81+141=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0518D is #4FAE72. Grayscale: #747474. Windows color (decimal): -5222003 or 9261488. OLE color: 9261488.

HSL color Cylindrical-coordinate representation of color #B0518D: hue angle of 322.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0518D is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 141 -
CMYK 0 0.54 0.20 0.31
HSL 322.11º 0.38% 0.5% -
HSV(B) 322.11º 0.54% 0.69% -
XYZ 25.65 17.04 27.14 -
YUV 116.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 176 81 141 0 0.54 0.20 0.31 322.11 0.38 0.5
Hex B0 51 8D 0 36 14 1F 142 26 32
Octal 260 121 215 0 66 24 37 502 46 62
Binary 10110000 1010001 10001101 0 110110 10100 11111 101000010 100110 110010

Color Harmonies of #B0518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0518D

Black with #B0518D

Text Example


Text Example

White with #B0518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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