#BC5498

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

Shades of Mulberry #BC5498

Tints of Mulberry #BC5498

Color information

#BC5498 (or 0xBC5498) is unknown color: approx Mulberry. HEX triplet: BC, 54 and 98. RGB value is (188,84,152). Sum of RGB (Red+Green+Blue) = 188+84+152=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5498 is #43AB67. Grayscale: #7A7A7A. Windows color (decimal): -4434792 or 9983164. OLE color: 9983164.

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

Color convert

RGB18884152-
CMYK00.550.190.26
HSL320.77º43.7%53.33%-
HSV(B)320.77º55.32%73.73%-
XYZ29.5819.331.87-
YUV122.85144.46174.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=44.34%
G=19.81%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888415200.550.190.26320.7743.753.33
HexBC5498037131A1412c35
Octal27412423006723325015465
Binary1011110010101001001100001101111001111010101000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5498; }

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

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

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

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

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

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

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

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