#BC669D

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

Shades of Hopbush #BC669D

Tints of Hopbush #BC669D

Color information

#BC669D (or 0xBC669D) is unknown color: approx Hopbush. HEX triplet: BC, 66 and 9D. RGB value is (188,102,157). Sum of RGB (Red+Green+Blue) = 188+102+157=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC669D is #439962. Grayscale: #858585. Windows color (decimal): -4430179 or 10315452. OLE color: 10315452.

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

Color convert

RGB188102157-
CMYK00.460.160.26
HSL321.63º39.09%56.86%-
HSV(B)321.63º45.74%73.73%-
XYZ31.5822.6334.6-
YUV133.98140.99166.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=42.06%
G=22.82%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810215700.460.160.26321.6339.0956.86
HexBC669D02E101A1422739
Octal27414623505620325024771
Binary1011110011001101001110101011101000011010101000010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC669D; }

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

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

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

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

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

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

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

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