Html Css Color HEX #B05890 Mulberry

📋 copy color: '#B05890'

red 176 ◦ green 88 ◦ blue 144

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

Shades of Mulberry #B05890

Tints of Mulberry #B05890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.57%

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

R = 43.14%
G = 21.57%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B05890 (or 0xB05890) is known color: Mulberry. HEX triplet: B0, 58 and 90. RGB value is (176,88,144). Sum of RGB (Red+Green+Blue) = 176+88+144=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B05890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05890 is #4FA76F. Grayscale: #787878. Windows color (decimal): -5220208 or 9459888. OLE color: 9459888.

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

Color convert

RGB 176 88 144 -
CMYK 0 0.50 0.18 0.31
HSL 321.82º 0.36% 0.52% -
HSV(B) 321.82º 0.5% 0.69% -
XYZ 26.43 18.22 28.51 -
YUV 120.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 176 88 144 0 0.50 0.18 0.31 321.82 0.36 0.52
Hex B0 58 90 0 32 12 1F 142 24 34
Octal 260 130 220 0 62 22 37 502 44 64
Binary 10110000 1011000 10010000 0 110010 10010 11111 101000010 100100 110100

Color Harmonies of #B05890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05890

Black with #B05890

Text Example


Text Example

White with #B05890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05890; }

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

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

background-color css

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

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

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

border-color css

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

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

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