Html Css Color HEX #B05E90 Mulberry

📋 copy color: '#B05E90'

red 176 ◦ green 94 ◦ blue 144

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

Shades of Mulberry #B05E90

Tints of Mulberry #B05E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.71%

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

R = 42.51%
G = 22.71%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B05E90 (or 0xB05E90) is known color: Mulberry. HEX triplet: B0, 5E and 90. RGB value is (176,94,144). Sum of RGB (Red+Green+Blue) = 176+94+144=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05E90 is #4FA16F. Grayscale: #7C7C7C. Windows color (decimal): -5218672 or 9461424. OLE color: 9461424.

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

Color convert

RGB 176 94 144 -
CMYK 0 0.47 0.18 0.31
HSL 323.41º 0.34% 0.53% -
HSV(B) 323.41º 0.47% 0.69% -
XYZ 26.94 19.25 28.68 -
YUV 124.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 176 94 144 0 0.47 0.18 0.31 323.41 0.34 0.53
Hex B0 5E 90 0 2F 12 1F 143 22 35
Octal 260 136 220 0 57 22 37 503 42 65
Binary 10110000 1011110 10010000 0 101111 10010 11111 101000011 100010 110101

Color Harmonies of #B05E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E90

Black with #B05E90

Text Example


Text Example

White with #B05E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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