#BC5198

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

Shades of Mulberry #BC5198

Tints of Mulberry #BC5198

Color information

#BC5198 (or 0xBC5198) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 98. RGB value is (188,81,152). Sum of RGB (Red+Green+Blue) = 188+81+152=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5198 is #43AE67. Grayscale: #787878. Windows color (decimal): -4435560 or 9982396. OLE color: 9982396.

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

Color convert

RGB18881152-
CMYK00.570.190.26
HSL320.19º44.4%52.75%-
HSV(B)320.19º56.91%73.73%-
XYZ29.3518.8431.8-
YUV121.09145.45175.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=44.66%
G=19.24%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888115200.570.190.26320.1944.452.75
HexBC5198039131A1402c35
Octal27412123007123325005465
Binary1011110010100011001100001110011001111010101000000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5198; }

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

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

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

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

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

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

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

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