#BC699F

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

Shades of Hopbush #BC699F

Tints of Hopbush #BC699F

Color information

#BC699F (or 0xBC699F) is unknown color: approx Hopbush. HEX triplet: BC, 69 and 9F. RGB value is (188,105,159). Sum of RGB (Red+Green+Blue) = 188+105+159=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC699F is #439660. Grayscale: #878787. Windows color (decimal): -4429409 or 10447292. OLE color: 10447292.

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

Color convert

RGB188105159-
CMYK00.440.150.26
HSL320.96º38.25%57.45%-
HSV(B)320.96º44.15%73.73%-
XYZ32.0523.335.61-
YUV135.97141165.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=41.59%
G=23.23%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810515900.440.150.26320.9638.2557.45
HexBC699F02CF1A1412639
Octal27415123705417325014671
Binary101111001101001100111110101100111111010101000001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC699F; }

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

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

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

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

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

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

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

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