Html Css Color HEX #B05590 Mulberry

📋 copy color: '#B05590'

red 176 ◦ green 85 ◦ blue 144

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

Shades of Mulberry #B05590

Tints of Mulberry #B05590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 43.46%
G = 20.99%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B05590 (or 0xB05590) is known color: Mulberry. HEX triplet: B0, 55 and 90. RGB value is (176,85,144). Sum of RGB (Red+Green+Blue) = 176+85+144=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B05590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05590 is #4FAA6F. Grayscale: #767676. Windows color (decimal): -5220976 or 9459120. OLE color: 9459120.

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

Color convert

RGB 176 85 144 -
CMYK 0 0.52 0.18 0.31
HSL 321.1º 0.37% 0.51% -
HSV(B) 321.1º 0.52% 0.69% -
XYZ 26.19 17.74 28.43 -
YUV 118.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 176 85 144 0 0.52 0.18 0.31 321.1 0.37 0.51
Hex B0 55 90 0 34 12 1F 141 25 33
Octal 260 125 220 0 64 22 37 501 45 63
Binary 10110000 1010101 10010000 0 110100 10010 11111 101000001 100101 110011

Color Harmonies of #B05590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05590

Black with #B05590

Text Example


Text Example

White with #B05590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05590; }

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

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

background-color css

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

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

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

border-color css

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

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

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