Html Css Color HEX #B05588 Mulberry

📋 copy color: '#B05588'

red 176 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #B05588

Tints of Mulberry #B05588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 44.33%
G = 21.41%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B05588 (or 0xB05588) is known color: Mulberry. HEX triplet: B0, 55 and 88. RGB value is (176,85,136). Sum of RGB (Red+Green+Blue) = 176+85+136=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B05588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05588 is #4FAA77. Grayscale: #757575. Windows color (decimal): -5220984 or 8934832. OLE color: 8934832.

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

Color convert

RGB 176 85 136 -
CMYK 0 0.52 0.23 0.31
HSL 326.37º 0.37% 0.51% -
HSV(B) 326.37º 0.52% 0.69% -
XYZ 25.6 17.5 25.32 -
YUV 118.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 176 85 136 0 0.52 0.23 0.31 326.37 0.37 0.51
Hex B0 55 88 0 34 17 1F 146 25 33
Octal 260 125 210 0 64 27 37 506 45 63
Binary 10110000 1010101 10001000 0 110100 10111 11111 101000110 100101 110011

Color Harmonies of #B05588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05588

Black with #B05588

Text Example


Text Example

White with #B05588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05588; }

 p { color: rgb(176,85,136); }

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

background-color css

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

 a { background-color: rgb(176,85,136); }

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

border-color css

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

 span { border-color: rgb(176,85,136); }

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