Html Css Color HEX #BB528D Mulberry

📋 copy color: '#BB528D'

red 187 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #BB528D

Tints of Mulberry #BB528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 45.61%
G = 20%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB528D (or 0xBB528D) is known color: Mulberry. HEX triplet: BB, 52 and 8D. RGB value is (187,82,141). Sum of RGB (Red+Green+Blue) = 187+82+141=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB528D is #44AD72. Grayscale: #777777. Windows color (decimal): -4500851 or 9261755. OLE color: 9261755.

HSL color Cylindrical-coordinate representation of color #BB528D: hue angle of 326.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 #BB528D is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 82 141 -
CMYK 0 0.56 0.25 0.27
HSL 326.29º 0.44% 0.53% -
HSV(B) 326.29º 0.56% 0.73% -
XYZ 28.32 18.52 27.28 -
YUV 120.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 187 82 141 0 0.56 0.25 0.27 326.29 0.44 0.53
Hex BB 52 8D 0 38 19 1B 146 2C 35
Octal 273 122 215 0 70 31 33 506 54 65
Binary 10111011 1010010 10001101 0 111000 11001 11011 101000110 101100 110101

Color Harmonies of #BB528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB528D

Black with #BB528D

Text Example


Text Example

White with #BB528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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