Html Css Color HEX #B0538B Mulberry

📋 copy color: '#B0538B'

red 176 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #B0538B

Tints of Mulberry #B0538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 44.22%
G = 20.85%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0538B (or 0xB0538B) is known color: Mulberry. HEX triplet: B0, 53 and 8B. RGB value is (176,83,139). Sum of RGB (Red+Green+Blue) = 176+83+139=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0538B is #4FAC74. Grayscale: #757575. Windows color (decimal): -5221493 or 9130928. OLE color: 9130928.

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

Color convert

RGB 176 83 139 -
CMYK 0 0.53 0.21 0.31
HSL 323.87º 0.37% 0.51% -
HSV(B) 323.87º 0.53% 0.69% -
XYZ 25.66 17.28 26.41 -
YUV 117.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 176 83 139 0 0.53 0.21 0.31 323.87 0.37 0.51
Hex B0 53 8B 0 35 15 1F 144 25 33
Octal 260 123 213 0 65 25 37 504 45 63
Binary 10110000 1010011 10001011 0 110101 10101 11111 101000100 100101 110011

Color Harmonies of #B0538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0538B

Black with #B0538B

Text Example


Text Example

White with #B0538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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