Html Css Color HEX #B05486 Mulberry

📋 copy color: '#B05486'

red 176 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #B05486

Tints of Mulberry #B05486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.32%

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 44.67%
G = 21.32%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B05486 (or 0xB05486) is known color: Mulberry. HEX triplet: B0, 54 and 86. RGB value is (176,84,134). Sum of RGB (Red+Green+Blue) = 176+84+134=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B05486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05486 is #4FAB79. Grayscale: #757575. Windows color (decimal): -5221242 or 8803504. OLE color: 8803504.

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

Color convert

RGB 176 84 134 -
CMYK 0 0.52 0.24 0.31
HSL 327.39º 0.37% 0.51% -
HSV(B) 327.39º 0.52% 0.69% -
XYZ 25.38 17.29 24.55 -
YUV 117.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 176 84 134 0 0.52 0.24 0.31 327.39 0.37 0.51
Hex B0 54 86 0 34 18 1F 147 25 33
Octal 260 124 206 0 64 30 37 507 45 63
Binary 10110000 1010100 10000110 0 110100 11000 11111 101000111 100101 110011

Color Harmonies of #B05486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05486

Black with #B05486

Text Example


Text Example

White with #B05486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05486; }

 p { color: rgb(176,84,134); }

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

background-color css

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

 a { background-color: rgb(176,84,134); }

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

border-color css

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

 span { border-color: rgb(176,84,134); }

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