Html Css Color HEX #BB52A4 Mulberry

📋 copy color: '#BB52A4'

red 187 ◦ green 82 ◦ blue 164

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

Shades of Mulberry #BB52A4

Tints of Mulberry #BB52A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.88%

R = 43.19%
G = 18.94%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB52A4 (or 0xBB52A4) is known color: Mulberry. HEX triplet: BB, 52 and A4. RGB value is (187,82,164). Sum of RGB (Red+Green+Blue) = 187+82+164=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52A4 is #44AD5B. Grayscale: #7A7A7A. Windows color (decimal): -4500828 or 10769083. OLE color: 10769083.

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

Color convert

RGB 187 82 164 -
CMYK 0 0.56 0.12 0.27
HSL 313.14º 0.44% 0.53% -
HSV(B) 313.14º 0.56% 0.73% -
XYZ 30.21 19.28 37.25 -
YUV 122.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 187 82 164 0 0.56 0.12 0.27 313.14 0.44 0.53
Hex BB 52 A4 0 38 C 1B 139 2C 35
Octal 273 122 244 0 70 14 33 471 54 65
Binary 10111011 1010010 10100100 0 111000 1100 11011 100111001 101100 110101

Color Harmonies of #BB52A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52A4

Black with #BB52A4

Text Example


Text Example

White with #BB52A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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