#BC6897

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

Shades of Hopbush #BC6897

Tints of Hopbush #BC6897

Color information

#BC6897 (or 0xBC6897) is unknown color: approx Hopbush. HEX triplet: BC, 68 and 97. RGB value is (188,104,151). Sum of RGB (Red+Green+Blue) = 188+104+151=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6897 is #439768. Grayscale: #868686. Windows color (decimal): -4429673 or 9922748. OLE color: 9922748.

HSL color Cylindrical-coordinate representation of color #BC6897: hue angle of 326.43º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6897 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188104151-
CMYK00.450.200.26
HSL326.43º38.53%57.25%-
HSV(B)326.43º44.68%73.73%-
XYZ31.2822.8332.04-
YUV134.47137.33166.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=42.44%
G=23.48%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810415100.450.200.26326.4338.5357.25
HexBC689702D141A1462739
Octal27415022705524325064771
Binary1011110011010001001011101011011010011010101000110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6897; }

 p { color: rgb(188,104,151); }

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

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

 a { background-color: rgb(188,104,151); }

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

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

 span { border-color: rgb(188,104,151); }

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