#BC6995

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

Shades of Hopbush #BC6995

Tints of Hopbush #BC6995

Color information

#BC6995 (or 0xBC6995) is unknown color: approx Hopbush. HEX triplet: BC, 69 and 95. RGB value is (188,105,149). Sum of RGB (Red+Green+Blue) = 188+105+149=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6995 is #43966A. Grayscale: #868686. Windows color (decimal): -4429419 or 9791932. OLE color: 9791932.

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

Color convert

RGB188105149-
CMYK00.440.210.26
HSL328.19º38.25%57.45%-
HSV(B)328.19º44.15%73.73%-
XYZ31.2222.9631.22-
YUV134.83136165.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=42.53%
G=23.76%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810514900.440.210.26328.1938.2557.45
HexBC699502C151A1482639
Octal27415122505425325104671
Binary1011110011010011001010101011001010111010101001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6995; }

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

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

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

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

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

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

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

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