Html Css Color HEX #B0538F Mulberry

📋 copy color: '#B0538F'

red 176 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #B0538F

Tints of Mulberry #B0538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 43.78%
G = 20.65%
B = 35.57%

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

#B0538F (or 0xB0538F) is known color: Mulberry. HEX triplet: B0, 53 and 8F. RGB value is (176,83,143). Sum of RGB (Red+Green+Blue) = 176+83+143=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0538F is #4FAC70. Grayscale: #757575. Windows color (decimal): -5221489 or 9393072. OLE color: 9393072.

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

Color convert

RGB 176 83 143 -
CMYK 0 0.53 0.19 0.31
HSL 321.29º 0.37% 0.51% -
HSV(B) 321.29º 0.53% 0.69% -
XYZ 25.96 17.4 27.98 -
YUV 117.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 176 83 143 0 0.53 0.19 0.31 321.29 0.37 0.51
Hex B0 53 8F 0 35 13 1F 141 25 33
Octal 260 123 217 0 65 23 37 501 45 63
Binary 10110000 1010011 10001111 0 110101 10011 11111 101000001 100101 110011

Color Harmonies of #B0538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0538F

Black with #B0538F

Text Example


Text Example

White with #B0538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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