Html Css Color HEX #B0578A Mulberry

📋 copy color: '#B0578A'

red 176 ◦ green 87 ◦ blue 138

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

Shades of Mulberry #B0578A

Tints of Mulberry #B0578A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.7%

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

R = 43.89%
G = 21.7%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0578A (or 0xB0578A) is known color: Mulberry. HEX triplet: B0, 57 and 8A. RGB value is (176,87,138). Sum of RGB (Red+Green+Blue) = 176+87+138=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0578A is #4FA875. Grayscale: #777777. Windows color (decimal): -5220470 or 9066416. OLE color: 9066416.

HSL color Cylindrical-coordinate representation of color #B0578A: hue angle of 325.62º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0578A is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 87 138 -
CMYK 0 0.51 0.22 0.31
HSL 325.62º 0.36% 0.52% -
HSV(B) 325.62º 0.51% 0.69% -
XYZ 25.9 17.88 26.13 -
YUV 119.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 176 87 138 0 0.51 0.22 0.31 325.62 0.36 0.52
Hex B0 57 8A 0 33 16 1F 146 24 34
Octal 260 127 212 0 63 26 37 506 44 64
Binary 10110000 1010111 10001010 0 110011 10110 11111 101000110 100100 110100

Color Harmonies of #B0578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0578A

Black with #B0578A

Text Example


Text Example

White with #B0578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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