#BC61A3

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

Shades of Mulberry #BC61A3

Tints of Mulberry #BC61A3

Color information

#BC61A3 (or 0xBC61A3) is unknown color: approx Mulberry. HEX triplet: BC, 61 and A3. RGB value is (188,97,163). Sum of RGB (Red+Green+Blue) = 188+97+163=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61A3 is #439E5C. Grayscale: #838383. Windows color (decimal): -4431453 or 10707388. OLE color: 10707388.

HSL color Cylindrical-coordinate representation of color #BC61A3: hue angle of 316.48º 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 #BC61A3 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB18897163-
CMYK00.480.130.26
HSL316.48º40.44%55.88%-
HSV(B)316.48º48.4%73.73%-
XYZ31.6221.8937.21-
YUV131.73145.65168.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 163 (64.06% from 255) = 36.38%
R=41.96%
G=21.65%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889716300.480.130.26316.4840.4455.88
HexBC61A3030D1A13c2838
Octal27414124306015324745070
Binary101111001100001101000110110000110111010100111100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61A3; }

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

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

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

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

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

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

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

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