Html Css Color HEX #B05688 Mulberry

📋 copy color: '#B05688'

red 176 ◦ green 86 ◦ blue 136

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

Shades of Mulberry #B05688

Tints of Mulberry #B05688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 44.22%
G = 21.61%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B05688 (or 0xB05688) is known color: Mulberry. HEX triplet: B0, 56 and 88. RGB value is (176,86,136). Sum of RGB (Red+Green+Blue) = 176+86+136=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B05688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05688 is #4FA977. Grayscale: #767676. Windows color (decimal): -5220728 or 8935088. OLE color: 8935088.

HSL color Cylindrical-coordinate representation of color #B05688: hue angle of 326.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 #B05688 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 86 136 -
CMYK 0 0.51 0.23 0.31
HSL 326.67º 0.36% 0.51% -
HSV(B) 326.67º 0.51% 0.69% -
XYZ 25.68 17.66 25.35 -
YUV 118.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 176 86 136 0 0.51 0.23 0.31 326.67 0.36 0.51
Hex B0 56 88 0 33 17 1F 147 24 33
Octal 260 126 210 0 63 27 37 507 44 63
Binary 10110000 1010110 10001000 0 110011 10111 11111 101000111 100100 110011

Color Harmonies of #B05688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05688

Black with #B05688

Text Example


Text Example

White with #B05688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05688; }

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

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

background-color css

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

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

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

border-color css

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

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

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