Html Css Color HEX #B0538A Mulberry

📋 copy color: '#B0538A'

red 176 ◦ green 83 ◦ blue 138

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

Shades of Mulberry #B0538A

Tints of Mulberry #B0538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 44.33%
G = 20.91%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0538A (or 0xB0538A) is known color: Mulberry. HEX triplet: B0, 53 and 8A. RGB value is (176,83,138). Sum of RGB (Red+Green+Blue) = 176+83+138=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0538A is #4FAC75. Grayscale: #747474. Windows color (decimal): -5221494 or 9065392. OLE color: 9065392.

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

Color convert

RGB 176 83 138 -
CMYK 0 0.53 0.22 0.31
HSL 324.52º 0.37% 0.51% -
HSV(B) 324.52º 0.53% 0.69% -
XYZ 25.59 17.25 26.03 -
YUV 117.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 176 83 138 0 0.53 0.22 0.31 324.52 0.37 0.51
Hex B0 53 8A 0 35 16 1F 145 25 33
Octal 260 123 212 0 65 26 37 505 45 63
Binary 10110000 1010011 10001010 0 110101 10110 11111 101000101 100101 110011

Color Harmonies of #B0538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0538A

Black with #B0538A

Text Example


Text Example

White with #B0538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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