Html Css Color HEX #B05891 Mulberry

📋 copy color: '#B05891'

red 176 ◦ green 88 ◦ blue 145

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

Shades of Mulberry #B05891

Tints of Mulberry #B05891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 43.03%
G = 21.52%
B = 35.45%

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

#B05891 (or 0xB05891) is known color: Mulberry. HEX triplet: B0, 58 and 91. RGB value is (176,88,145). Sum of RGB (Red+Green+Blue) = 176+88+145=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B05891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05891 is #4FA76E. Grayscale: #787878. Windows color (decimal): -5220207 or 9525424. OLE color: 9525424.

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

Color convert

RGB 176 88 145 -
CMYK 0 0.50 0.18 0.31
HSL 321.14º 0.36% 0.52% -
HSV(B) 321.14º 0.5% 0.69% -
XYZ 26.51 18.25 28.91 -
YUV 120.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 176 88 145 0 0.50 0.18 0.31 321.14 0.36 0.52
Hex B0 58 91 0 32 12 1F 141 24 34
Octal 260 130 221 0 62 22 37 501 44 64
Binary 10110000 1011000 10010001 0 110010 10010 11111 101000001 100100 110100

Color Harmonies of #B05891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05891

Black with #B05891

Text Example


Text Example

White with #B05891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05891; }

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

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

background-color css

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

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

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

border-color css

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

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

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