#BB58A4

Color #BB58A4 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BB58A4

Tints of Mulberry #BB58A4

Color information

#BB58A4 (or 0xBB58A4) is unknown color: approx Mulberry. HEX triplet: BB, 58 and A4. RGB value is (187,88,164). Sum of RGB (Red+Green+Blue) = 187+88+164=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB58A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB58A4 is #44A75B. Grayscale: #7E7E7E. Windows color (decimal): -4499292 or 10770619. OLE color: 10770619.

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

Color convert

RGB18788164-
CMYK00.530.120.27
HSL313.94º42.13%53.92%-
HSV(B)313.94º52.94%73.33%-
XYZ30.6820.2237.41-
YUV126.26149.3171.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=42.60%
G=20.05%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878816400.530.120.27313.9442.1353.92
HexBB58A4035C1B13a2a36
Octal27313024406514334725266
Binary101110111011000101001000110101110011011100111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB58A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB58A4; }

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

 H1.HeaderClassName
 {
   color: #BB58A4;
 }
 .AnyTagClassName
 {
   color: #BB58A4;
 }
</style>
background-color css

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

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

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

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

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

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