#BC608D

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

Shades of Mulberry #BC608D

Tints of Mulberry #BC608D

Color information

#BC608D (or 0xBC608D) is unknown color: approx Mulberry. HEX triplet: BC, 60 and 8D. RGB value is (188,96,141). Sum of RGB (Red+Green+Blue) = 188+96+141=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC608D is #439F72. Grayscale: #808080. Windows color (decimal): -4431731 or 9265340. OLE color: 9265340.

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

Color convert

RGB18896141-
CMYK00.490.250.26
HSL330.65º40.71%55.69%-
HSV(B)330.65º48.94%73.73%-
XYZ29.7320.9827.68-
YUV128.64134.98170.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=44.24%
G=22.59%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889614100.490.250.26330.6540.7155.69
HexBC608D031191A14b2938
Octal27414021506131325135170
Binary1011110011000001000110101100011100111010101001011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC608D; }

 p { color: rgb(188,96,141); }

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

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

 a { background-color: rgb(188,96,141); }

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

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

 span { border-color: rgb(188,96,141); }

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