Html Css Color HEX #BB559D Mulberry

📋 copy color: '#BB559D'

red 187 ◦ green 85 ◦ blue 157

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

Shades of Mulberry #BB559D

Tints of Mulberry #BB559D

RGB

 RED value IS 187 (73.44% from 255) = 43.59%

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

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

R = 43.59%
G = 19.81%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB559D (or 0xBB559D) is known color: Mulberry. HEX triplet: BB, 55 and 9D. RGB value is (187,85,157). Sum of RGB (Red+Green+Blue) = 187+85+157=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB559D is #44AA62. Grayscale: #7B7B7B. Windows color (decimal): -4500067 or 10311099. OLE color: 10311099.

HSL color Cylindrical-coordinate representation of color #BB559D: hue angle of 317.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB559D is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 85 157 -
CMYK 0 0.55 0.16 0.27
HSL 317.65º 0.43% 0.53% -
HSV(B) 317.65º 0.55% 0.73% -
XYZ 29.83 19.5 34.09 -
YUV 123.71 146.79 173.15 -
System Red Green Blue C M Y K H S L
Decimal 187 85 157 0 0.55 0.16 0.27 317.65 0.43 0.53
Hex BB 55 9D 0 37 10 1B 13E 2B 35
Octal 273 125 235 0 67 20 33 476 53 65
Binary 10111011 1010101 10011101 0 110111 10000 11011 100111110 101011 110101

Color Harmonies of #BB559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB559D

Black with #BB559D

Text Example


Text Example

White with #BB559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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