#bc6195

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

Shades of Mulberry #BC6195

Tints of Mulberry #BC6195

Color information

#BC6195 (or 0xBC6195) is unknown color: approx Mulberry. HEX triplet: BC, 61 and 95. RGB value is (188,97,149). Sum of RGB (Red+Green+Blue) = 188+97+149=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6195 is #439E6A. Grayscale: #828282. Windows color (decimal): -4431467 or 9789884. OLE color: 9789884.

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

Color convert

RGB18897149-
CMYK00.480.210.26
HSL325.71º40.44%55.88%-
HSV(B)325.71º48.4%73.73%-
XYZ30.4421.4130.96-
YUV130.14138.65169.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=43.32%
G=22.35%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889714900.480.210.26325.7140.4455.88
HexBC6195030151A1462838
Octal27414122506025325065070
Binary1011110011000011001010101100001010111010101000110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6195; }

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

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

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

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

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

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

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

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