Html Css Color HEX #B05691 Mulberry

📋 copy color: '#B05691'

red 176 ◦ green 86 ◦ blue 145

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

Shades of Mulberry #B05691

Tints of Mulberry #B05691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 43.24%
G = 21.13%
B = 35.63%

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

#B05691 (or 0xB05691) is known color: Mulberry. HEX triplet: B0, 56 and 91. RGB value is (176,86,145). Sum of RGB (Red+Green+Blue) = 176+86+145=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05691 is #4FA96E. Grayscale: #777777. Windows color (decimal): -5220719 or 9524912. OLE color: 9524912.

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

Color convert

RGB 176 86 145 -
CMYK 0 0.51 0.18 0.31
HSL 320.67º 0.36% 0.51% -
HSV(B) 320.67º 0.51% 0.69% -
XYZ 26.34 17.93 28.86 -
YUV 119.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 176 86 145 0 0.51 0.18 0.31 320.67 0.36 0.51
Hex B0 56 91 0 33 12 1F 141 24 33
Octal 260 126 221 0 63 22 37 501 44 63
Binary 10110000 1010110 10010001 0 110011 10010 11111 101000001 100100 110011

Color Harmonies of #B05691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05691

Black with #B05691

Text Example


Text Example

White with #B05691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05691; }

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

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

background-color css

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

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

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

border-color css

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

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

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