Html Css Color HEX #B05990 Mulberry

📋 copy color: '#B05990'

red 176 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #B05990

Tints of Mulberry #B05990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.76%

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

R = 43.03%
G = 21.76%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B05990 (or 0xB05990) is known color: Mulberry. HEX triplet: B0, 59 and 90. RGB value is (176,89,144). Sum of RGB (Red+Green+Blue) = 176+89+144=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B05990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05990 is #4FA66F. Grayscale: #797979. Windows color (decimal): -5219952 or 9460144. OLE color: 9460144.

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

Color convert

RGB 176 89 144 -
CMYK 0 0.49 0.18 0.31
HSL 322.07º 0.36% 0.52% -
HSV(B) 322.07º 0.49% 0.69% -
XYZ 26.51 18.39 28.54 -
YUV 121.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 176 89 144 0 0.49 0.18 0.31 322.07 0.36 0.52
Hex B0 59 90 0 31 12 1F 142 24 34
Octal 260 131 220 0 61 22 37 502 44 64
Binary 10110000 1011001 10010000 0 110001 10010 11111 101000010 100100 110100

Color Harmonies of #B05990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05990

Black with #B05990

Text Example


Text Example

White with #B05990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05990; }

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

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

background-color css

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

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

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

border-color css

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

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

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