#BC668F

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

Shades of Hopbush #BC668F

Tints of Hopbush #BC668F

Color information

#BC668F (or 0xBC668F) is unknown color: approx Hopbush. HEX triplet: BC, 66 and 8F. RGB value is (188,102,143). Sum of RGB (Red+Green+Blue) = 188+102+143=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC668F is #439970. Grayscale: #848484. Windows color (decimal): -4430193 or 9397948. OLE color: 9397948.

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

Color convert

RGB188102143-
CMYK00.460.240.26
HSL331.4º39.09%56.86%-
HSV(B)331.4º45.74%73.73%-
XYZ30.4522.1828.66-
YUV132.39133.99167.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 143 (56.25% from 255) = 33.03%
R=43.42%
G=23.56%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810214300.460.240.26331.439.0956.86
HexBC668F02E181A14b2739
Octal27414621705630325134771
Binary1011110011001101000111101011101100011010101001011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC668F; }

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

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

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

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

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

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

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

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