#BC5398

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

Shades of Mulberry #BC5398

Tints of Mulberry #BC5398

Color information

#BC5398 (or 0xBC5398) is unknown color: approx Mulberry. HEX triplet: BC, 53 and 98. RGB value is (188,83,152). Sum of RGB (Red+Green+Blue) = 188+83+152=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5398 is #43AC67. Grayscale: #7A7A7A. Windows color (decimal): -4435048 or 9982908. OLE color: 9982908.

HSL color Cylindrical-coordinate representation of color #BC5398: hue angle of 320.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5398 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18883152-
CMYK00.560.190.26
HSL320.57º43.93%53.14%-
HSV(B)320.57º55.85%73.73%-
XYZ29.519.1431.85-
YUV122.26144.79174.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=44.44%
G=19.62%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888315200.560.190.26320.5743.9353.14
HexBC5398038131A1412c35
Octal27412323007023325015465
Binary1011110010100111001100001110001001111010101000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5398; }

 p { color: rgb(188,83,152); }

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

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

 a { background-color: rgb(188,83,152); }

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

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

 span { border-color: rgb(188,83,152); }

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