#BC608E

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

Shades of Mulberry #BC608E

Tints of Mulberry #BC608E

Color information

#BC608E (or 0xBC608E) is unknown color: approx Mulberry. HEX triplet: BC, 60 and 8E. RGB value is (188,96,142). Sum of RGB (Red+Green+Blue) = 188+96+142=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC608E is #439F71. Grayscale: #808080. Windows color (decimal): -4431730 or 9330876. OLE color: 9330876.

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

Color convert

RGB18896142-
CMYK00.490.240.26
HSL330º40.71%55.69%-
HSV(B)330º48.94%73.73%-
XYZ29.821.0128.08-
YUV128.75135.48170.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=44.13%
G=22.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889614200.490.240.2633040.7155.69
HexBC608E031181A14a2938
Octal27414021606130325125170
Binary1011110011000001000111001100011100011010101001010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC608E; }

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

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

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

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

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

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

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

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