Html Css Color HEX #B05790 Mulberry

📋 copy color: '#B05790'

red 176 ◦ green 87 ◦ blue 144

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

Shades of Mulberry #B05790

Tints of Mulberry #B05790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.38%

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

R = 43.24%
G = 21.38%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B05790 (or 0xB05790) is known color: Mulberry. HEX triplet: B0, 57 and 90. RGB value is (176,87,144). Sum of RGB (Red+Green+Blue) = 176+87+144=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05790 is #4FA86F. Grayscale: #777777. Windows color (decimal): -5220464 or 9459632. OLE color: 9459632.

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

Color convert

RGB 176 87 144 -
CMYK 0 0.51 0.18 0.31
HSL 321.57º 0.36% 0.52% -
HSV(B) 321.57º 0.51% 0.69% -
XYZ 26.35 18.06 28.48 -
YUV 120.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 176 87 144 0 0.51 0.18 0.31 321.57 0.36 0.52
Hex B0 57 90 0 33 12 1F 142 24 34
Octal 260 127 220 0 63 22 37 502 44 64
Binary 10110000 1010111 10010000 0 110011 10010 11111 101000010 100100 110100

Color Harmonies of #B05790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05790

Black with #B05790

Text Example


Text Example

White with #B05790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05790; }

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

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

background-color css

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

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

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

border-color css

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

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

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