Html Css Color HEX #B0538C Mulberry

📋 copy color: '#B0538C'

red 176 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #B0538C

Tints of Mulberry #B0538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 44.11%
G = 20.8%
B = 35.09%

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

#B0538C (or 0xB0538C) is known color: Mulberry. HEX triplet: B0, 53 and 8C. RGB value is (176,83,140). Sum of RGB (Red+Green+Blue) = 176+83+140=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0538C is #4FAC73. Grayscale: #757575. Windows color (decimal): -5221492 or 9196464. OLE color: 9196464.

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

Color convert

RGB 176 83 140 -
CMYK 0 0.53 0.20 0.31
HSL 323.23º 0.37% 0.51% -
HSV(B) 323.23º 0.53% 0.69% -
XYZ 25.73 17.31 26.8 -
YUV 117.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 176 83 140 0 0.53 0.20 0.31 323.23 0.37 0.51
Hex B0 53 8C 0 35 14 1F 143 25 33
Octal 260 123 214 0 65 24 37 503 45 63
Binary 10110000 1010011 10001100 0 110101 10100 11111 101000011 100101 110011

Color Harmonies of #B0538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0538C

Black with #B0538C

Text Example


Text Example

White with #B0538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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