#BC5F9F

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

Shades of Mulberry #BC5F9F

Tints of Mulberry #BC5F9F

Color information

#BC5F9F (or 0xBC5F9F) is unknown color: approx Mulberry. HEX triplet: BC, 5F and 9F. RGB value is (188,95,159). Sum of RGB (Red+Green+Blue) = 188+95+159=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5F9F is #43A060. Grayscale: #818181. Windows color (decimal): -4431969 or 10444732. OLE color: 10444732.

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

Color convert

RGB18895159-
CMYK00.490.150.26
HSL318.71º40.97%55.49%-
HSV(B)318.71º49.47%73.73%-
XYZ31.0921.3835.29-
YUV130.1144.31169.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=42.53%
G=21.49%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889515900.490.150.26318.7140.9755.49
HexBC5F9F031F1A13f2937
Octal27413723706117324775167
Binary101111001011111100111110110001111111010100111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5F9F; }

 p { color: rgb(188,95,159); }

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

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

 a { background-color: rgb(188,95,159); }

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

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

 span { border-color: rgb(188,95,159); }

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