Html Css Color HEX #B0588F Mulberry

📋 copy color: '#B0588F'

red 176 ◦ green 88 ◦ blue 143

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

Shades of Mulberry #B0588F

Tints of Mulberry #B0588F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.62%

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

R = 43.24%
G = 21.62%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0588F (or 0xB0588F) is known color: Mulberry. HEX triplet: B0, 58 and 8F. RGB value is (176,88,143). Sum of RGB (Red+Green+Blue) = 176+88+143=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0588F is #4FA770. Grayscale: #787878. Windows color (decimal): -5220209 or 9394352. OLE color: 9394352.

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

Color convert

RGB 176 88 143 -
CMYK 0 0.50 0.19 0.31
HSL 322.5º 0.36% 0.52% -
HSV(B) 322.5º 0.5% 0.69% -
XYZ 26.35 18.19 28.11 -
YUV 120.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 176 88 143 0 0.50 0.19 0.31 322.5 0.36 0.52
Hex B0 58 8F 0 32 13 1F 142 24 34
Octal 260 130 217 0 62 23 37 502 44 64
Binary 10110000 1011000 10001111 0 110010 10011 11111 101000010 100100 110100

Color Harmonies of #B0588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0588F

Black with #B0588F

Text Example


Text Example

White with #B0588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0588F; }

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

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

background-color css

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

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

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

border-color css

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

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

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