Html Css Color HEX #BB529B Mulberry

📋 copy color: '#BB529B'

red 187 ◦ green 82 ◦ blue 155

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

Shades of Mulberry #BB529B

Tints of Mulberry #BB529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.34%

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

R = 44.1%
G = 19.34%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB529B (or 0xBB529B) is known color: Mulberry. HEX triplet: BB, 52 and 9B. RGB value is (187,82,155). Sum of RGB (Red+Green+Blue) = 187+82+155=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB529B is #44AD64. Grayscale: #797979. Windows color (decimal): -4500837 or 10179259. OLE color: 10179259.

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

Color convert

RGB 187 82 155 -
CMYK 0 0.56 0.17 0.27
HSL 318.29º 0.44% 0.53% -
HSV(B) 318.29º 0.56% 0.73% -
XYZ 29.43 18.97 33.12 -
YUV 121.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 187 82 155 0 0.56 0.17 0.27 318.29 0.44 0.53
Hex BB 52 9B 0 38 11 1B 13E 2C 35
Octal 273 122 233 0 70 21 33 476 54 65
Binary 10111011 1010010 10011011 0 111000 10001 11011 100111110 101100 110101

Color Harmonies of #BB529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB529B

Black with #BB529B

Text Example


Text Example

White with #BB529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB529B; }

 p { color: rgb(187,82,155); }

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

background-color css

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

 a { background-color: rgb(187,82,155); }

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

border-color css

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

 span { border-color: rgb(187,82,155); }

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