Html Css Color HEX #B8559D Mulberry

📋 copy color: '#B8559D'

red 184 ◦ green 85 ◦ blue 157

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

Shades of Mulberry #B8559D

Tints of Mulberry #B8559D

RGB

 RED value IS 184 (72.27% from 255) = 43.19%

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

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 43.19%
G = 19.95%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8559D (or 0xB8559D) is known color: Mulberry. HEX triplet: B8, 55 and 9D. RGB value is (184,85,157). Sum of RGB (Red+Green+Blue) = 184+85+157=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8559D is #47AA62. Grayscale: #7A7A7A. Windows color (decimal): -4696675 or 10311096. OLE color: 10311096.

HSL color Cylindrical-coordinate representation of color #B8559D: hue angle of 316.36º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8559D is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 157 -
CMYK 0 0.54 0.15 0.28
HSL 316.36º 0.41% 0.53% -
HSV(B) 316.36º 0.54% 0.72% -
XYZ 29.1 19.12 34.06 -
YUV 122.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 184 85 157 0 0.54 0.15 0.28 316.36 0.41 0.53
Hex B8 55 9D 0 36 F 1C 13C 29 35
Octal 270 125 235 0 66 17 34 474 51 65
Binary 10111000 1010101 10011101 0 110110 1111 11100 100111100 101001 110101

Color Harmonies of #B8559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8559D

Black with #B8559D

Text Example


Text Example

White with #B8559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8559D; }

 p { color: rgb(184,85,157); }

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

background-color css

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

 a { background-color: rgb(184,85,157); }

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

border-color css

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

 span { border-color: rgb(184,85,157); }

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