Html Css Color HEX #B45699 Mulberry

📋 copy color: '#B45699'

red 180 ◦ green 86 ◦ blue 153

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

Shades of Mulberry #B45699

Tints of Mulberry #B45699

RGB

 RED value IS 180 (70.7% from 255) = 42.96%

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

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 42.96%
G = 20.53%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B45699 (or 0xB45699) is known color: Mulberry. HEX triplet: B4, 56 and 99. RGB value is (180,86,153). Sum of RGB (Red+Green+Blue) = 180+86+153=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B45699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45699 is #4BA966. Grayscale: #797979. Windows color (decimal): -4958567 or 10049204. OLE color: 10049204.

HSL color Cylindrical-coordinate representation of color #B45699: hue angle of 317.23º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45699 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 86 153 -
CMYK 0 0.52 0.15 0.29
HSL 317.23º 0.39% 0.52% -
HSV(B) 317.23º 0.52% 0.71% -
XYZ 27.9 18.66 32.27 -
YUV 121.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 180 86 153 0 0.52 0.15 0.29 317.23 0.39 0.52
Hex B4 56 99 0 34 F 1D 13D 27 34
Octal 264 126 231 0 64 17 35 475 47 64
Binary 10110100 1010110 10011001 0 110100 1111 11101 100111101 100111 110100

Color Harmonies of #B45699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45699

Black with #B45699

Text Example


Text Example

White with #B45699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45699; }

 p { color: rgb(180,86,153); }

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

background-color css

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

 a { background-color: rgb(180,86,153); }

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

border-color css

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

 span { border-color: rgb(180,86,153); }

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