Html Css Color HEX #BB57A4 Mulberry

📋 copy color: '#BB57A4'

red 187 ◦ green 87 ◦ blue 164

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

Shades of Mulberry #BB57A4

Tints of Mulberry #BB57A4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.86%

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

R = 42.69%
G = 19.86%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB57A4 (or 0xBB57A4) is known color: Mulberry. HEX triplet: BB, 57 and A4. RGB value is (187,87,164). Sum of RGB (Red+Green+Blue) = 187+87+164=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB57A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB57A4 is #44A85B. Grayscale: #7D7D7D. Windows color (decimal): -4499548 or 10770363. OLE color: 10770363.

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

Color convert

RGB 187 87 164 -
CMYK 0 0.53 0.12 0.27
HSL 313.8º 0.42% 0.54% -
HSV(B) 313.8º 0.53% 0.73% -
XYZ 30.6 20.06 37.38 -
YUV 125.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 187 87 164 0 0.53 0.12 0.27 313.8 0.42 0.54
Hex BB 57 A4 0 35 C 1B 13A 2A 36
Octal 273 127 244 0 65 14 33 472 52 66
Binary 10111011 1010111 10100100 0 110101 1100 11011 100111010 101010 110110

Color Harmonies of #BB57A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57A4

Black with #BB57A4

Text Example


Text Example

White with #BB57A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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