Html Css Color HEX #BB528A Mulberry

📋 copy color: '#BB528A'

red 187 ◦ green 82 ◦ blue 138

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

Shades of Mulberry #BB528A

Tints of Mulberry #BB528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 45.95%
G = 20.15%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB528A (or 0xBB528A) is known color: Mulberry. HEX triplet: BB, 52 and 8A. RGB value is (187,82,138). Sum of RGB (Red+Green+Blue) = 187+82+138=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB528A is #44AD75. Grayscale: #777777. Windows color (decimal): -4500854 or 9065147. OLE color: 9065147.

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

Color convert

RGB 187 82 138 -
CMYK 0 0.56 0.26 0.27
HSL 328º 0.44% 0.53% -
HSV(B) 328º 0.56% 0.73% -
XYZ 28.1 18.43 26.12 -
YUV 119.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 187 82 138 0 0.56 0.26 0.27 328 0.44 0.53
Hex BB 52 8A 0 38 1A 1B 148 2C 35
Octal 273 122 212 0 70 32 33 510 54 65
Binary 10111011 1010010 10001010 0 111000 11010 11011 101001000 101100 110101

Color Harmonies of #BB528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB528A

Black with #BB528A

Text Example


Text Example

White with #BB528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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