Html Css Color HEX #B0538D Mulberry

📋 copy color: '#B0538D'

red 176 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #B0538D

Tints of Mulberry #B0538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

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

R = 44%
G = 20.75%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0538D (or 0xB0538D) is known color: Mulberry. HEX triplet: B0, 53 and 8D. RGB value is (176,83,141). Sum of RGB (Red+Green+Blue) = 176+83+141=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0538D is #4FAC72. Grayscale: #757575. Windows color (decimal): -5221491 or 9262000. OLE color: 9262000.

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

Color convert

RGB 176 83 141 -
CMYK 0 0.53 0.20 0.31
HSL 322.58º 0.37% 0.51% -
HSV(B) 322.58º 0.53% 0.69% -
XYZ 25.81 17.34 27.19 -
YUV 117.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 176 83 141 0 0.53 0.20 0.31 322.58 0.37 0.51
Hex B0 53 8D 0 35 14 1F 143 25 33
Octal 260 123 215 0 65 24 37 503 45 63
Binary 10110000 1010011 10001101 0 110101 10100 11111 101000011 100101 110011

Color Harmonies of #B0538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0538D

Black with #B0538D

Text Example


Text Example

White with #B0538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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