#BC619E

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

Shades of Mulberry #BC619E

Tints of Mulberry #BC619E

Color information

#BC619E (or 0xBC619E) is unknown color: approx Mulberry. HEX triplet: BC, 61 and 9E. RGB value is (188,97,158). Sum of RGB (Red+Green+Blue) = 188+97+158=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC619E is #439E61. Grayscale: #838383. Windows color (decimal): -4431458 or 10379708. OLE color: 10379708.

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

Color convert

RGB18897158-
CMYK00.480.160.26
HSL319.78º40.44%55.88%-
HSV(B)319.78º48.4%73.73%-
XYZ31.1921.7134.89-
YUV131.16143.15168.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=42.44%
G=21.90%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889715800.480.160.26319.7840.4455.88
HexBC619E030101A1402838
Octal27414123606020325005070
Binary1011110011000011001111001100001000011010101000000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC619E; }

 p { color: rgb(188,97,158); }

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

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

 a { background-color: rgb(188,97,158); }

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

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

 span { border-color: rgb(188,97,158); }

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