#BC6695

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

Shades of Hopbush #BC6695

Tints of Hopbush #BC6695

Color information

#BC6695 (or 0xBC6695) is unknown color: approx Hopbush. HEX triplet: BC, 66 and 95. RGB value is (188,102,149). Sum of RGB (Red+Green+Blue) = 188+102+149=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6695 is #43996A. Grayscale: #848484. Windows color (decimal): -4430187 or 9791164. OLE color: 9791164.

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

Color convert

RGB188102149-
CMYK00.460.210.26
HSL327.21º39.09%56.86%-
HSV(B)327.21º45.74%73.73%-
XYZ30.9222.3631.12-
YUV133.07136.99167.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=42.82%
G=23.23%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810214900.460.210.26327.2139.0956.86
HexBC669502E151A1472739
Octal27414622505625325074771
Binary1011110011001101001010101011101010111010101000111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6695; }

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

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

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

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

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

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

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

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