#BC6098

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

Shades of Mulberry #BC6098

Tints of Mulberry #BC6098

Color information

#BC6098 (or 0xBC6098) is unknown color: approx Mulberry. HEX triplet: BC, 60 and 98. RGB value is (188,96,152). Sum of RGB (Red+Green+Blue) = 188+96+152=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6098 is #439F67. Grayscale: #818181. Windows color (decimal): -4431720 or 9986236. OLE color: 9986236.

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

Color convert

RGB18896152-
CMYK00.490.190.26
HSL323.48º40.71%55.69%-
HSV(B)323.48º48.94%73.73%-
XYZ30.5921.3232.21-
YUV129.89140.48169.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=43.12%
G=22.02%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889615200.490.190.26323.4840.7155.69
HexBC6098031131A1432938
Octal27414023006123325035170
Binary1011110011000001001100001100011001111010101000011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6098; }

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

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

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

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

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

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

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

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