Html Css Color HEX #B05490 Mulberry

📋 copy color: '#B05490'

red 176 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #B05490

Tints of Mulberry #B05490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.79%

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

R = 43.56%
G = 20.79%
B = 35.64%

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

#B05490 (or 0xB05490) is known color: Mulberry. HEX triplet: B0, 54 and 90. RGB value is (176,84,144). Sum of RGB (Red+Green+Blue) = 176+84+144=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B05490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05490 is #4FAB6F. Grayscale: #767676. Windows color (decimal): -5221232 or 9458864. OLE color: 9458864.

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

Color convert

RGB 176 84 144 -
CMYK 0 0.52 0.18 0.31
HSL 320.87º 0.37% 0.51% -
HSV(B) 320.87º 0.52% 0.69% -
XYZ 26.11 17.58 28.4 -
YUV 118.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 176 84 144 0 0.52 0.18 0.31 320.87 0.37 0.51
Hex B0 54 90 0 34 12 1F 141 25 33
Octal 260 124 220 0 64 22 37 501 45 63
Binary 10110000 1010100 10010000 0 110100 10010 11111 101000001 100101 110011

Color Harmonies of #B05490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05490

Black with #B05490

Text Example


Text Example

White with #B05490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05490; }

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

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

background-color css

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

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

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

border-color css

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

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

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