Html Css Color HEX #B0538E Mulberry

📋 copy color: '#B0538E'

red 176 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #B0538E

Tints of Mulberry #B0538E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 43.89%
G = 20.7%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0538E (or 0xB0538E) is known color: Mulberry. HEX triplet: B0, 53 and 8E. RGB value is (176,83,142). Sum of RGB (Red+Green+Blue) = 176+83+142=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0538E is #4FAC71. Grayscale: #757575. Windows color (decimal): -5221490 or 9327536. OLE color: 9327536.

HSL color Cylindrical-coordinate representation of color #B0538E: hue angle of 321.94º 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 #B0538E is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 142 -
CMYK 0 0.53 0.19 0.31
HSL 321.94º 0.37% 0.51% -
HSV(B) 321.94º 0.53% 0.69% -
XYZ 25.88 17.37 27.58 -
YUV 117.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 176 83 142 0 0.53 0.19 0.31 321.94 0.37 0.51
Hex B0 53 8E 0 35 13 1F 142 25 33
Octal 260 123 216 0 65 23 37 502 45 63
Binary 10110000 1010011 10001110 0 110101 10011 11111 101000010 100101 110011

Color Harmonies of #B0538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0538E

Black with #B0538E

Text Example


Text Example

White with #B0538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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