#BC67A0

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

Shades of Hopbush #BC67A0

Tints of Hopbush #BC67A0

Color information

#BC67A0 (or 0xBC67A0) is unknown color: approx Hopbush. HEX triplet: BC, 67 and A0. RGB value is (188,103,160). Sum of RGB (Red+Green+Blue) = 188+103+160=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67A0 is #43985F. Grayscale: #868686. Windows color (decimal): -4429920 or 10512316. OLE color: 10512316.

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

Color convert

RGB188103160-
CMYK00.450.150.26
HSL319.76º38.81%57.06%-
HSV(B)319.76º45.21%73.73%-
XYZ31.9322.9336-
YUV134.91142.16165.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=41.69%
G=22.84%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810316000.450.150.26319.7638.8157.06
HexBC67A002DF1A1402739
Octal27414724005517325004771
Binary101111001100111101000000101101111111010101000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67A0; }

 p { color: rgb(188,103,160); }

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

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

 a { background-color: rgb(188,103,160); }

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

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

 span { border-color: rgb(188,103,160); }

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