Html Css Color HEX #B0578F Mulberry

📋 copy color: '#B0578F'

red 176 ◦ green 87 ◦ blue 143

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

Shades of Mulberry #B0578F

Tints of Mulberry #B0578F

RGB

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

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

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

R = 43.35%
G = 21.43%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0578F (or 0xB0578F) is known color: Mulberry. HEX triplet: B0, 57 and 8F. RGB value is (176,87,143). Sum of RGB (Red+Green+Blue) = 176+87+143=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0578F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0578F is #4FA870. Grayscale: #777777. Windows color (decimal): -5220465 or 9394096. OLE color: 9394096.

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

Color convert

RGB 176 87 143 -
CMYK 0 0.51 0.19 0.31
HSL 322.25º 0.36% 0.52% -
HSV(B) 322.25º 0.51% 0.69% -
XYZ 26.27 18.03 28.08 -
YUV 120 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 176 87 143 0 0.51 0.19 0.31 322.25 0.36 0.52
Hex B0 57 8F 0 33 13 1F 142 24 34
Octal 260 127 217 0 63 23 37 502 44 64
Binary 10110000 1010111 10001111 0 110011 10011 11111 101000010 100100 110100

Color Harmonies of #B0578F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0578F

Black with #B0578F

Text Example


Text Example

White with #B0578F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0578F; }

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

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

background-color css

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

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

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

border-color css

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

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

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