Html Css Color HEX #B3559B Mulberry

📋 copy color: '#B3559B'

red 179 ◦ green 85 ◦ blue 155

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

Shades of Mulberry #B3559B

Tints of Mulberry #B3559B

RGB

 RED value IS 179 (70.31% from 255) = 42.72%

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

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

R = 42.72%
G = 20.29%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3559B (or 0xB3559B) is known color: Mulberry. HEX triplet: B3, 55 and 9B. RGB value is (179,85,155). Sum of RGB (Red+Green+Blue) = 179+85+155=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3559B is #4CAA64. Grayscale: #787878. Windows color (decimal): -5024357 or 10180019. OLE color: 10180019.

HSL color Cylindrical-coordinate representation of color #B3559B: hue angle of 315.32º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3559B is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 85 155 -
CMYK 0 0.53 0.13 0.30
HSL 315.32º 0.38% 0.52% -
HSV(B) 315.32º 0.53% 0.7% -
XYZ 27.76 18.45 33.11 -
YUV 121.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 179 85 155 0 0.53 0.13 0.30 315.32 0.38 0.52
Hex B3 55 9B 0 35 D 1E 13B 26 34
Octal 263 125 233 0 65 15 36 473 46 64
Binary 10110011 1010101 10011011 0 110101 1101 11110 100111011 100110 110100

Color Harmonies of #B3559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3559B

Black with #B3559B

Text Example


Text Example

White with #B3559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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