#BA5C98

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

Shades of Mulberry #BA5C98

Tints of Mulberry #BA5C98

Color information

#BA5C98 (or 0xBA5C98) is unknown color: approx Mulberry. HEX triplet: BA, 5C and 98. RGB value is (186,92,152). Sum of RGB (Red+Green+Blue) = 186+92+152=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C98 is #45A367. Grayscale: #7E7E7E. Windows color (decimal): -4563816 or 9985210. OLE color: 9985210.

HSL color Cylindrical-coordinate representation of color #BA5C98: hue angle of 321.7º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C98 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18692152-
CMYK00.510.180.27
HSL321.7º40.52%54.51%-
HSV(B)321.7º50.54%72.94%-
XYZ29.7420.3632.07-
YUV126.95142.14170.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=43.26%
G=21.40%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869215200.510.180.27321.740.5254.51
HexBA5C98033121B1422937
Octal27213423006322335025167
Binary1011101010111001001100001100111001011011101000010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C98; }

 p { color: rgb(186,92,152); }

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

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

 a { background-color: rgb(186,92,152); }

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

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

 span { border-color: rgb(186,92,152); }

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