Html Css Color HEX #B4559B Mulberry

📋 copy color: '#B4559B'

red 180 ◦ green 85 ◦ blue 155

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

Shades of Mulberry #B4559B

Tints of Mulberry #B4559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.24%

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 42.86%
G = 20.24%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4559B (or 0xB4559B) is known color: Mulberry. HEX triplet: B4, 55 and 9B. RGB value is (180,85,155). Sum of RGB (Red+Green+Blue) = 180+85+155=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4559B is #4BAA64. Grayscale: #797979. Windows color (decimal): -4958821 or 10180020. OLE color: 10180020.

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

Color convert

RGB 180 85 155 -
CMYK 0 0.53 0.14 0.29
HSL 315.79º 0.39% 0.52% -
HSV(B) 315.79º 0.53% 0.71% -
XYZ 27.99 18.57 33.12 -
YUV 121.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 180 85 155 0 0.53 0.14 0.29 315.79 0.39 0.52
Hex B4 55 9B 0 35 E 1D 13C 27 34
Octal 264 125 233 0 65 16 35 474 47 64
Binary 10110100 1010101 10011011 0 110101 1110 11101 100111100 100111 110100

Color Harmonies of #B4559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4559B

Black with #B4559B

Text Example


Text Example

White with #B4559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4559B; }

 p { color: rgb(180,85,155); }

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

background-color css

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

 a { background-color: rgb(180,85,155); }

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

border-color css

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

 span { border-color: rgb(180,85,155); }

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